diff --git a/src/emu/video/rgbvmx.h b/src/emu/video/rgbvmx.h index 3d1898226d6..adbe10aba60 100644 --- a/src/emu/video/rgbvmx.h +++ b/src/emu/video/rgbvmx.h @@ -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 +#undef vector +#undef pixel +#undef bool #endif #endif /* __RGBVMX__ */