Fix PowerPC OS X compile [R. Belmont]

This commit is contained in:
R. Belmont 2012-04-29 22:36:17 +00:00
parent 651da72fe8
commit a8d6362acb

View File

@ -432,7 +432,9 @@ INLINE void rgbaint_bilinear_filter(rgbaint *color, rgb_t rgb00, rgb_t rgb01, rg
// altivec.h somehow redefines "bool" in a bad way on PowerPC Mac OS X. really.
#ifdef SDLMAME_MACOSX
#include <stdbool.h>
#undef vector
#undef pixel
#undef bool
#endif
#endif /* __RGBVMX__ */