Commit 613d92a8 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compiling on Windows

parent 5897ef7d
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment