diff 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
line wrap: on
line diff
--- a/src/thread/windows/SDL_systhread_c.h	Mon Jan 24 21:31:32 2011 -0800
+++ b/src/thread/windows/SDL_systhread_c.h	Mon Jan 24 21:41:36 2011 -0800
@@ -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: */