[SDL] XCode link error SDL_main (SDL 1.3) -- found some more weirdness
Jeroen Clarysse
jeroen.clarysse at telenet.be
Tue Sep 9 07:32:02 PDT 2008
when comparing SDL_main.h between sdl 1.3 and sdl 1.2.13, there is a
difference in the preprocessor where main is redefined :
SDL 1.2.13 defines :
#if defined(__WIN32__) || \
(defined(__MWERKS__) && !defined(__BEOS__)) || \
defined(__MACOS__) || defined(__MACOSX__) || \
defined(__SYMBIAN32__) || defined(QWS)
while SDL 1.3 defines
#if defined(__WIN32__) || \
(defined(__MWERKS__) && !defined(__BEOS__)) || \
defined(__SYMBIAN32__) || defined(QWS)
so the mac isn't there anymore... is that intentional ???
More information about the SDL
mailing list