mirror of
https://github.com/yawut/SDL.git
synced 2026-08-19 23:34:04 -05:00
Patched to compile on PowerPC Mac OS X.
This commit is contained in:
@@ -22,6 +22,12 @@
|
||||
|
||||
#if SDL_VIDEO_DRIVER_COCOA
|
||||
|
||||
#if defined(__APPLE__) && defined(__POWERPC__)
|
||||
#include <altivec.h>
|
||||
#undef bool
|
||||
#undef vector
|
||||
#endif
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_endian.h"
|
||||
#include "SDL_cocoavideo.h"
|
||||
|
||||
Reference in New Issue
Block a user