changeset 2735 | 204be4fc2726 |
parent 2707 | 6259afb046c5 |
child 2765 | f55c87ae336b |
1.1 --- a/include/SDL_platform.h Wed Aug 27 13:37:19 2008 +0000 1.2 +++ b/include/SDL_platform.h Wed Aug 27 15:10:03 2008 +0000 1.3 @@ -97,4 +97,9 @@ 1.4 #define __WIN32__ 1 1.5 #endif 1.6 1.7 +#if defined(__NDS__) 1.8 +#undef __NINTENDODS__ 1.9 +#define __NINTENDODS__ 1 1.10 +#endif 1.11 + 1.12 #endif /* _SDL_platform_h */