mirror of
https://github.com/yawut/SDL.git
synced 2026-09-13 11:36:32 -05:00
Fixed compiling on Windows
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include "SDL_config_iphoneos.h"
|
||||
#elif defined(__MACOSX__)
|
||||
#include "SDL_config_macosx.h"
|
||||
#elif defined(__WINDOWS__)
|
||||
#elif defined(__WIN32__)
|
||||
#include "SDL_config_windows.h"
|
||||
#else
|
||||
#include "SDL_config_minimal.h"
|
||||
|
||||
Reference in New Issue
Block a user