mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
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:
parent
183461a428
commit
a028aca503
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue