diff options
Diffstat (limited to 'libXpm/src/amigax.h')
-rw-r--r-- | libXpm/src/amigax.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libXpm/src/amigax.h b/libXpm/src/amigax.h index 213ed7619..b8f6ac4b7 100644 --- a/libXpm/src/amigax.h +++ b/libXpm/src/amigax.h @@ -48,8 +48,8 @@ /* really never used */ #define ZPixmap 2 -#define Bool int -#define Status int +typedef int Bool; +typedef int Status; #define True 1 #define False 0 |