diff include/SDL_stdinc.h @ 3365:9cd5b35c0184

Made typedef for SDL_bool the same as the other typedefs. If this causes problems on any compiler, please report a bug to http://bugzilla.libsdl.org/ and include the platform and version of compiler you're using.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 09:22:20 +0000
parents 4ff84e8939c1
children d3baf5ac4e37
line wrap: on
line diff
--- a/include/SDL_stdinc.h	Sat Oct 10 08:06:18 2009 +0000
+++ b/include/SDL_stdinc.h	Sat Oct 10 09:22:20 2009 +0000
@@ -94,7 +94,7 @@
 #endif
 
 /* Basic data types */
-typedef enum SDL_bool
+typedef enum
 {
     SDL_FALSE = 0,
     SDL_TRUE = 1