diff test/testgesture.c @ 5062:e8916fe9cfc8

Fixed bug #925 Changed "win32" to "windows"
author Sam Lantinga <slouken@libsdl.org>
date Thu, 20 Jan 2011 18:04:05 -0800
parents 40a43c6d9220
children c2539ff054c8
line wrap: on
line diff
--- a/test/testgesture.c	Thu Jan 20 17:33:06 2011 -0800
+++ b/test/testgesture.c	Thu Jan 20 18:04:05 2011 -0800
@@ -19,14 +19,14 @@
 #define PRIu32 "u"
 #endif
 #ifndef PRIs64
-#ifdef __WIN32__
+#ifdef __WINDOWS__
 #define PRIs64 "I64"
 #else
 #define PRIs64 "lld"
 #endif
 #endif
 #ifndef PRIu64
-#ifdef __WIN32__
+#ifdef __WINDOWS__
 #define PRIu64 "I64u"
 #else
 #define PRIu64 "llu"