a few win32 compile fixes

This commit is contained in:
Mark Vejvoda
2010-05-01 09:39:20 +00:00
parent 58386a72e8
commit 77fccb8c4c
3 changed files with 8 additions and 1 deletions

View File

@@ -18,7 +18,13 @@
#include "sdl_private.h"
#include "noimpl.h"
#include "util.h"
//#include "SDL_syswm.h"
#ifdef WIN32
#include "SDL_syswm.h"
#endif
#include "leak_dumper.h"
using namespace Shared::Util;