mirror of https://github.com/stella-emu/stella.git
Further fixes for ppc64le and SDL2.
This commit is contained in:
parent
28b237794d
commit
684c227381
|
@ -19,6 +19,14 @@
|
|||
#define SDL_LIB_HXX
|
||||
|
||||
#include <SDL.h>
|
||||
#undef bool // Seems to be needed for ppc64le, doesn't hurt other archs
|
||||
|
||||
/*
|
||||
Seems to be needed for ppc64le, doesn't hurt other archs
|
||||
Note that this is a problem in SDL2, which includes <altivec.h>
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1419452
|
||||
*/
|
||||
#undef vector
|
||||
#undef pixel
|
||||
#undef bool
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue