author | Sam Lantinga <slouken@libsdl.org> |
Wed, 21 Jul 2004 04:53:26 +0000 | |
changeset 912 | bc0b95b02235 |
parent 911 | 04a403e4ccf5 |
child 913 | a7a8c282d62e |
--- a/include/SDL_types.h Sun Jul 18 22:57:40 2004 +0000 +++ b/include/SDL_types.h Wed Jul 21 04:53:26 2004 +0000 @@ -55,7 +55,7 @@ /* Figure out how to support 64-bit datatypes */ #if !defined(__STRICT_ANSI__) -#ifdef H_MMBASIC /* mmbasic.h (Tru64 MME) */ +#ifdef __osf__ /* Tru64 */ #define SDL_HAS_64BIT_TYPE long #elif defined(__GNUC__) || defined(__MWERKS__) || defined(__SUNPRO_C) || defined(__DECC) #define SDL_HAS_64BIT_TYPE long long