Mercurial > sdl-ios-xcode
comparison include/SDL_platform.h @ 2735:204be4fc2726
Final merge of Google Summer of Code 2008 work...
Port SDL 1.3 to the Nintendo DS
by Darren Alton, mentored by Sam Lantinga
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 27 Aug 2008 15:10:03 +0000 |
parents | 6259afb046c5 |
children | f55c87ae336b |
comparison
equal
deleted
inserted
replaced
2734:dd25eabe441c | 2735:204be4fc2726 |
---|---|
95 #if defined(WIN32) || defined(_WIN32) | 95 #if defined(WIN32) || defined(_WIN32) |
96 #undef __WIN32__ | 96 #undef __WIN32__ |
97 #define __WIN32__ 1 | 97 #define __WIN32__ 1 |
98 #endif | 98 #endif |
99 | 99 |
100 #if defined(__NDS__) | |
101 #undef __NINTENDODS__ | |
102 #define __NINTENDODS__ 1 | |
103 #endif | |
104 | |
100 #endif /* _SDL_platform_h */ | 105 #endif /* _SDL_platform_h */ |