comparison include/SDL_stdinc.h @ 2047:9b7c0ff4977f

Whoops. :)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 01 Oct 2006 16:07:32 +0000
parents f132024010be
children 6067c7f9a672
comparison
equal deleted inserted replaced
2046:da8332c8f480 2047:9b7c0ff4977f
132 */ 132 */
133 typedef uint64_t Uint64; 133 typedef uint64_t Uint64;
134 #else 134 #else
135 /* This is really just a hack to prevent the compiler from complaining */ 135 /* This is really just a hack to prevent the compiler from complaining */
136 typdef Sint32 Sint64; 136 typdef Sint32 Sint64;
137 typdef Uint32 Uint32; 137 typdef Uint32 Uint64;
138 #endif 138 #endif
139 139
140 /* Make sure the types really have the right sizes */ 140 /* Make sure the types really have the right sizes */
141 #define SDL_COMPILE_TIME_ASSERT(name, x) \ 141 #define SDL_COMPILE_TIME_ASSERT(name, x) \
142 typedef int SDL_dummy_ ## name[(x) * 2 - 1] 142 typedef int SDL_dummy_ ## name[(x) * 2 - 1]