Changed path to a SDL header, only affects mingw32 + SDL

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3212 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2009-06-07 13:25:02 +00:00
parent a028aca503
commit 691f57ee80
1 changed files with 1 additions and 1 deletions

View File

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