diff 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
line wrap: on
line diff
--- a/include/SDL_stdinc.h	Thu Jun 21 18:48:13 2007 +0000
+++ b/include/SDL_stdinc.h	Sun Jun 24 18:26:35 2007 +0000
@@ -91,7 +91,9 @@
 
 #ifdef SDL_HAS_64BIT_TYPE
 typedef int64_t		Sint64;
+#ifndef SYMBIAN32_GCCE
 typedef uint64_t	Uint64;
+#endif
 #else
 /* This is really just a hack to prevent the compiler from complaining */
 typedef struct {