mirror of
https://github.com/yawut/SDL.git
synced 2026-06-03 06:35:10 -05:00
Patched to compile on PowerPC Mac OS X.
This commit is contained in:
parent
a14df76c17
commit
1ceed54b76
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user