Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Patched to compile on PowerPC Mac OS X.
- Loading branch information
File 1 of 1 in
1b16263
|
@@ -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" |
|
|