Mercurial > sdl-ios-xcode
comparison include/SDL_platform.h @ 1659:14717b52abc0 SDL-1.3
Merge trunk-1.3-3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 08:18:28 +0000 |
parents | 510b009a864c |
children | c9aa6bcb26f3 |
comparison
equal
deleted
inserted
replaced
1658:e49147870aac | 1659:14717b52abc0 |
---|---|
59 #endif | 59 #endif |
60 #if defined(linux) || defined(__linux) || defined(__linux__) | 60 #if defined(linux) || defined(__linux) || defined(__linux__) |
61 #undef __LINUX__ | 61 #undef __LINUX__ |
62 #define __LINUX__ 1 | 62 #define __LINUX__ 1 |
63 #endif | 63 #endif |
64 #if defined(macintosh) | |
65 #undef __MACOS__ | |
66 #define __MACOS__ 1 | |
67 #endif | |
68 #if defined(__APPLE__) | 64 #if defined(__APPLE__) |
69 #undef __MACOSX__ | 65 #undef __MACOSX__ |
70 #define __MACOSX__ 1 | 66 #define __MACOSX__ 1 |
67 #elif defined(macintosh) | |
68 #undef __MACOS__ | |
69 #define __MACOS__ 1 | |
71 #endif | 70 #endif |
72 #if defined(__NetBSD__) | 71 #if defined(__NetBSD__) |
73 #undef __NETBSD__ | 72 #undef __NETBSD__ |
74 #define __NETBSD__ 1 | 73 #define __NETBSD__ 1 |
75 #endif | 74 #endif |