# HG changeset patch # User Sam Lantinga # Date 1255166540 0 # Node ID 9cd5b35c0184b7189175f78f227300c37a91dfb6 # Parent 70bfe3337f8aacc1eb6365aeeb6c24177400ff8b 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. diff -r 70bfe3337f8a -r 9cd5b35c0184 include/SDL_stdinc.h --- 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