comparison src/thread/windows/SDL_systhread_c.h @ 5095:817064595222

Fixed cross-compiling for Windows
author Sam Lantinga <slouken@libsdl.org>
date Mon, 24 Jan 2011 21:41:36 -0800
parents 327f181542f1
children b530ef003506
comparison
equal deleted inserted replaced
5094:ed1d54f1290a 5095:817064595222
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifndef _SDL_systhread_c_h
25 #define _SDL_systhread_c_h
26
24 #include "../../core/windows/SDL_windows.h" 27 #include "../../core/windows/SDL_windows.h"
25 28
26 typedef HANDLE SYS_ThreadHandle; 29 typedef HANDLE SYS_ThreadHandle;
27 30
31 #endif /* _SDL_systhread_c_h */
32
28 /* vi: set ts=4 sw=4 expandtab: */ 33 /* vi: set ts=4 sw=4 expandtab: */