mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Fix more x11 define compilation issues
This commit is contained in:
parent
9aadc7579c
commit
c725d579e5
1 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,13 @@
|
||||||
#else
|
#else
|
||||||
#include "SDL2/SDL.h"
|
#include "SDL2/SDL.h"
|
||||||
#include "SDL2/SDL_syswm.h"
|
#include "SDL2/SDL_syswm.h"
|
||||||
|
// Undefine x11 macros that get included by SDL_syswm.h.
|
||||||
|
#undef None
|
||||||
|
#undef Status
|
||||||
|
#undef LockMask
|
||||||
|
#undef ControlMask
|
||||||
|
#undef Success
|
||||||
|
#undef Always
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "recomp_ui.h"
|
#include "recomp_ui.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue