Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
5061:9e9940eae455 | 5062:e8916fe9cfc8 |
---|---|
17 #endif | 17 #endif |
18 #ifndef PRIu32 | 18 #ifndef PRIu32 |
19 #define PRIu32 "u" | 19 #define PRIu32 "u" |
20 #endif | 20 #endif |
21 #ifndef PRIs64 | 21 #ifndef PRIs64 |
22 #ifdef __WIN32__ | 22 #ifdef __WINDOWS__ |
23 #define PRIs64 "I64" | 23 #define PRIs64 "I64" |
24 #else | 24 #else |
25 #define PRIs64 "lld" | 25 #define PRIs64 "lld" |
26 #endif | 26 #endif |
27 #endif | 27 #endif |
28 #ifndef PRIu64 | 28 #ifndef PRIu64 |
29 #ifdef __WIN32__ | 29 #ifdef __WINDOWS__ |
30 #define PRIu64 "I64u" | 30 #define PRIu64 "I64u" |
31 #else | 31 #else |
32 #define PRIu64 "llu" | 32 #define PRIu64 "llu" |
33 #endif | 33 #endif |
34 #endif | 34 #endif |