diff src/thread/windows/SDL_syssem.c @ 5088:c2539ff054c8

Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
author Sam Lantinga <slouken@libsdl.org>
date Mon, 24 Jan 2011 15:46:11 -0800
parents e8916fe9cfc8
children 327f181542f1
line wrap: on
line diff
--- a/src/thread/windows/SDL_syssem.c	Mon Jan 24 15:10:16 2011 -0800
+++ b/src/thread/windows/SDL_syssem.c	Mon Jan 24 15:46:11 2011 -0800
@@ -39,7 +39,7 @@
 #else
     HANDLE id;
 #endif
-    LONG volatile count;
+    LONG count;
 };