Mercurial > sdl-ios-xcode
diff include/SDL_types.h @ 912:bc0b95b02235
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 21 Jul 2004 04:53:26 +0000 |
parents | 6104bfff77ba |
children | 173c063d4f55 |
line wrap: on
line diff
--- 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