WIP. build under Win32 without SDL

This commit is contained in:
Thomas Bernard
2018-05-31 17:29:29 +02:00
parent 4d86b8a0c1
commit 3e4f3d0313
12 changed files with 54 additions and 24 deletions

View File

@@ -26,7 +26,7 @@
#include <SDL_syswm.h>
#endif
#ifdef __WIN32__
#ifdef WIN32
#include <windows.h>
#include <shellapi.h>
#endif