changeset 912:bc0b95b02235

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Wed, 21 Jul 2004 04:53:26 +0000
parents 04a403e4ccf5
children a7a8c282d62e
files include/SDL_types.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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