mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 07:44:03 -05:00
*** empty log message ***
This commit is contained in:
@@ -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__) || 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
|
||||
|
||||
Reference in New Issue
Block a user