Mercurial > sdl-ios-xcode
comparison include/SDL_platform.h @ 1406:39ca9a4b22f3
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Feb 2006 09:14:58 +0000 |
parents | d910939febfa |
children | d2ee8da60262 |
comparison
equal
deleted
inserted
replaced
1405:983df4f9c1c6 | 1406:39ca9a4b22f3 |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 /* Try to get a standard set of platform defines */ | 23 /* Try to get a standard set of platform defines */ |
24 | |
25 #ifndef _SDL_platform_h | |
26 #define _SDL_platform_h | |
24 | 27 |
25 #if defined(_AIX) | 28 #if defined(_AIX) |
26 #undef __AIX__ | 29 #undef __AIX__ |
27 #define __AIX__ 1 | 30 #define __AIX__ 1 |
28 #endif | 31 #endif |
100 #endif | 103 #endif |
101 #if defined(WIN32) || defined(_WIN32) | 104 #if defined(WIN32) || defined(_WIN32) |
102 #undef __WIN32__ | 105 #undef __WIN32__ |
103 #define __WIN32__ 1 | 106 #define __WIN32__ 1 |
104 #endif | 107 #endif |
108 | |
109 #endif /* _SDL_platform_h */ |