diff include/SDL_thread.h @ 5131:2c500f37abcf

merged: might need to check main.c in the iOS template to make sure no changes were abandoned.
author Eric Wing <ewing . public |-at-| gmail . com>
date Tue, 01 Feb 2011 00:37:02 -0800
parents c2539ff054c8
children b530ef003506
line wrap: on
line diff
--- a/include/SDL_thread.h	Mon Jan 31 07:36:12 2011 -0800
+++ b/include/SDL_thread.h	Tue Feb 01 00:37:02 2011 -0800
@@ -55,7 +55,7 @@
  */
 typedef int (SDLCALL * SDL_ThreadFunction) (void *data);
 
-#if defined(__WINDOWS__) && !defined(HAVE_LIBC)
+#if defined(__WIN32__) && !defined(HAVE_LIBC)
 /**
  *  \file SDL_thread.h
  *