fix winuser.h conflicts
This commit is contained in:
parent
912ced1855
commit
daaf61d825
1 changed files with 2 additions and 0 deletions
|
@ -38,7 +38,9 @@
|
|||
#ifdef USE_OPENGL
|
||||
#define DrawIcon WinDrawIcon
|
||||
#define EndMenu WinEndMenu
|
||||
#define FindResource WinFindResource
|
||||
#include "SDL_opengl.h"
|
||||
#undef FindResource
|
||||
#undef EndMenu
|
||||
#undef DrawIcon
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue