changeset 912 | bc0b95b02235 |
parent 908 | 6104bfff77ba |
child 1190 | 173c063d4f55 |
--- 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