# HG changeset patch # User Sam Lantinga # Date 1059325240 0 # Node ID 04028d47b1eae8393abb5503840ac68021409a6b # Parent 73440ac574a21bdbc1ea7eff6f6c9636f0dc605f *** empty log message *** diff -r 73440ac574a2 -r 04028d47b1ea include/SDL_types.h --- a/include/SDL_types.h Sat Jul 26 20:02:00 2003 +0000 +++ b/include/SDL_types.h Sun Jul 27 17:00:40 2003 +0000 @@ -47,7 +47,7 @@ /* Figure out how to support 64-bit datatypes */ #if !defined(__STRICT_ANSI__) -#if defined(__GNUC__) || defined(__MWERKS__) || defined(__DECC) +#if defined(__GNUC__) || defined(__MWERKS__) || defined(__SUNPRO_C) || defined(__DECC) #define SDL_HAS_64BIT_TYPE long long #elif defined(_MSC_VER) /* VC++ */ #define SDL_HAS_64BIT_TYPE __int64