changeset 661:04028d47b1ea

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 27 Jul 2003 17:00:40 +0000
parents 73440ac574a2
children 66c02f83f5bf
files include/SDL_types.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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