changeset 661 | 04028d47b1ea |
parent 654 | e92bcf2573cb |
child 769 | b8d311d90021 |
--- 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