diff --git a/include/SDL_stdinc.h b/include/SDL_stdinc.h index fe63dcbab..e1f85fb75 100644 --- a/include/SDL_stdinc.h +++ b/include/SDL_stdinc.h @@ -90,7 +90,7 @@ /** @name Basic data types */ /*@{*/ -typedef enum SDL_bool { +typedef enum { SDL_FALSE = 0, SDL_TRUE = 1 } SDL_bool;