Mercurial > sdl-ios-xcode
comparison include/SDL_stdinc.h @ 3976:8582c6a5ca16 SDL-1.2
Added initial support for Nintendo DS, based on the work by Troy Davis (GPF)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 25 Jun 2007 00:50:20 +0000 |
parents | e85e65aec22f |
children | b74530a1dad6 |
comparison
equal
deleted
inserted
replaced
3975:e85e65aec22f | 3976:8582c6a5ca16 |
---|---|
127 | 127 |
128 typedef enum { | 128 typedef enum { |
129 DUMMY_ENUM_VALUE | 129 DUMMY_ENUM_VALUE |
130 } SDL_DUMMY_ENUM; | 130 } SDL_DUMMY_ENUM; |
131 | 131 |
132 #ifndef __NDS__ | |
132 SDL_COMPILE_TIME_ASSERT(enum, sizeof(SDL_DUMMY_ENUM) == sizeof(int)); | 133 SDL_COMPILE_TIME_ASSERT(enum, sizeof(SDL_DUMMY_ENUM) == sizeof(int)); |
134 #endif | |
133 | 135 |
134 | 136 |
135 #include "begin_code.h" | 137 #include "begin_code.h" |
136 /* Set up for C function definitions, even when using C++ */ | 138 /* Set up for C function definitions, even when using C++ */ |
137 #ifdef __cplusplus | 139 #ifdef __cplusplus |