r3120 take 2. Applied a parentwindow fix to the Windows SDL binary, now exits gracefully instead of a crash.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3211 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2009-06-03 09:13:55 +00:00
parent 183461a428
commit a028aca503

View file

@ -9,7 +9,9 @@
#include "fs.h"
#if defined(MINGW) && defined(_SDL)
#include "SDL_syswm.h" // mingw sdl cross binary complains off sys_parentwindow
#endif
hashtable_t filesystemhash;
qboolean com_fschanged = true;