Fixed cross-compiling for Windows

This commit is contained in:
Sam Lantinga 2011-01-24 21:41:36 -08:00
parent ada074623f
commit 7327ef6bb9
3 changed files with 10 additions and 1 deletions

View file

@ -21,8 +21,13 @@
*/
#include "SDL_config.h"
#ifndef _SDL_systhread_c_h
#define _SDL_systhread_c_h
#include "../../core/windows/SDL_windows.h"
typedef HANDLE SYS_ThreadHandle;
#endif /* _SDL_systhread_c_h */
/* vi: set ts=4 sw=4 expandtab: */