author | Sam Lantinga <slouken@libsdl.org> |
Sun, 27 Jul 2003 17:00:40 +0000 | |
changeset 661 | 04028d47b1ea |
parent 660 | 73440ac574a2 |
child 662 | 66c02f83f5bf |
--- 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