mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-01 09:48:03 -04:00
Fix more x11 define compilation issues
This commit is contained in:
@@ -18,6 +18,13 @@
|
||||
#else
|
||||
#include "SDL2/SDL.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
|
||||
|
||||
#include "recomp_ui.h"
|
||||
|
||||
Reference in New Issue
Block a user