This commit is contained in:
Themaister 2011-09-13 23:24:06 +02:00
parent 0d897dd65d
commit a1ceb534de

View File

@ -33,10 +33,6 @@
#define SDL_MODERN 0
#endif
//#if SDL_MODERN
//#error "SDL 1.3 support not yet implemented!"
//#endif
// Not legal to cast void* to fn-pointer. Need workaround to be compliant.
#define SDL_SYM_WRAP(sym, symbol) { \
assert(sizeof(void*) == sizeof(void (*)(void))); \