Fix Mac OS X PowerPC builds, I think.
This commit is contained in:
parent
a523596bb0
commit
a65b90e7a1
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@
|
|||
|
||||
#if SDL_VIDEO_DRIVER_COCOA
|
||||
|
||||
#if defined(__APPLE__) && defined(__POWERPC__)
|
||||
#include <altivec.h>
|
||||
#undef bool
|
||||
#undef vector
|
||||
#endif
|
||||
|
||||
#include "SDL_messagebox.h"
|
||||
#include "SDL_cocoavideo.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue