Searched refs:SDL_COMPILE_TIME_ASSERT (Results 1 – 2 of 2) sorted by relevance
391 #ifndef SDL_COMPILE_TIME_ASSERT404 #ifndef SDL_COMPILE_TIME_ASSERT406 #define SDL_COMPILE_TIME_ASSERT(name, x) \ macro412 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);413 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);414 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);415 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);416 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);417 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);418 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);[all …]
706 SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NULL)->padding));
Completed in 10 milliseconds