# HG changeset patch # User Sam Lantinga # Date 1090385606 0 # Node ID bc0b95b02235b55a169c4fe60e1bcad16fb3da72 # Parent 04a403e4ccf54b9efa8e719d9fa0119eff4ae28f *** empty log message *** diff -r 04a403e4ccf5 -r bc0b95b02235 include/SDL_types.h --- 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