summaryrefslogtreecommitdiff
path: root/include/SDL_platform.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-01-24 15:46:11 -0800
committerSam Lantinga <slouken@libsdl.org>2011-01-24 15:46:11 -0800
commit9c0e54a0742a1cb4c772d172ff3fa15fabf24dd2 (patch)
tree222b41c5aeaa50f8714765a87cc1180ab9349f95 /include/SDL_platform.h
parent5705845e6cb8de1253a4273fd506b214041c7505 (diff)
downloadsdl-9c0e54a0742a1cb4c772d172ff3fa15fabf24dd2.tar.gz
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
Diffstat (limited to 'include/SDL_platform.h')
-rw-r--r--include/SDL_platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SDL_platform.h b/include/SDL_platform.h
index 583c6a81a..13bdc0d74 100644
--- a/include/SDL_platform.h
+++ b/include/SDL_platform.h
@@ -125,8 +125,8 @@
#define __SOLARIS__ 1
#endif
#if defined(WIN32) || defined(_WIN32)
-#undef __WINDOWS__
-#define __WINDOWS__ 1
+#undef __WIN32__
+#define __WIN32__ 1
#endif
#if defined(__NDS__)