comparison include/SDL_stdinc.h @ 3975:e85e65aec22f SDL-1.2

Added S60 port.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 24 Jun 2007 18:26:35 +0000
parents 259aaca0fb0c
children 8582c6a5ca16
comparison
equal deleted inserted replaced
3974:42578e98a295 3975:e85e65aec22f
89 typedef int32_t Sint32; 89 typedef int32_t Sint32;
90 typedef uint32_t Uint32; 90 typedef uint32_t Uint32;
91 91
92 #ifdef SDL_HAS_64BIT_TYPE 92 #ifdef SDL_HAS_64BIT_TYPE
93 typedef int64_t Sint64; 93 typedef int64_t Sint64;
94 #ifndef SYMBIAN32_GCCE
94 typedef uint64_t Uint64; 95 typedef uint64_t Uint64;
96 #endif
95 #else 97 #else
96 /* This is really just a hack to prevent the compiler from complaining */ 98 /* This is really just a hack to prevent the compiler from complaining */
97 typedef struct { 99 typedef struct {
98 Uint32 hi; 100 Uint32 hi;
99 Uint32 lo; 101 Uint32 lo;