This seems to need SDL_MAIN_HANDLED in some configurations... not sure why yet.

git-svn-id: https://svn.eduke32.com/eduke32@4444 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-04-17 20:00:07 +00:00
parent e6bebd054d
commit 345300ddbb

View file

@ -7,6 +7,7 @@
# include <windows.h>
# include <process.h>
#else
# define SDL_MAIN_HANDLED
# include "sdl_inc.h"
#endif