comparison include/SDL_platform.h @ 2669:e27bdcc80744 gsoc2008_nds

First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired.
author Darren Alton <dalton@stevens.edu>
date Tue, 10 Jun 2008 06:45:39 +0000
parents c9aa6bcb26f3
children
comparison
equal deleted inserted replaced
2668:bb3241de289e 2669:e27bdcc80744
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 */