Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Made typedef for SDL_bool the same as the other typedefs.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Oct 10, 2009
1 parent 6854a35 commit 59a41a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_stdinc.h
Expand Up @@ -94,7 +94,7 @@
#endif

/* Basic data types */
typedef enum SDL_bool
typedef enum
{
SDL_FALSE = 0,
SDL_TRUE = 1
Expand Down

0 comments on commit 59a41a1

Please sign in to comment.