*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40913
This commit is contained in:
parent
f70b972d49
commit
dd48804e18
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ typedef signed int Sint32;
|
|||
|
||||
/* Figure out how to support 64-bit datatypes */
|
||||
#if !defined(__STRICT_ANSI__)
|
||||
#ifdef H_MMBASIC /* mmbasic.h (Tru64 MME) */
|
||||
#ifdef __osf__ /* Tru64 */
|
||||
#define SDL_HAS_64BIT_TYPE long
|
||||
#elif defined(__GNUC__) || defined(__MWERKS__) || defined(__SUNPRO_C) || defined(__DECC)
|
||||
#define SDL_HAS_64BIT_TYPE long long
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue