Fixed Solaris nitpicks (thanks Mattias!)

This commit is contained in:
Sam Lantinga
2001-09-04 22:48:09 +00:00
parent b236717d4e
commit e51e5b7d1e
4 changed files with 14 additions and 43 deletions

View File

@@ -47,7 +47,7 @@ typedef signed int Sint32;
/* Figure out how to support 64-bit datatypes */
#if !defined(__STRICT_ANSI__)
#if defined(__GNUC__) || defined(__MWERKS__) /* MJS */
#if defined(__GNUC__) || defined(__MWERKS__) || defined(__SUNPRO_C)
#define SDL_HAS_64BIT_TYPE long long
#elif defined(_MSC_VER) /* VC++ */
#define SDL_HAS_64BIT_TYPE __int64