diff include/SDL_types.h @ 173:83018110dce8

Added initial support for EPOC/Symbian OS (thanks Hannu!)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 11 Sep 2001 20:38:49 +0000
parents 39877400bd1e
children b8688cfdc232
line wrap: on
line diff
--- a/include/SDL_types.h	Tue Sep 11 19:00:18 2001 +0000
+++ b/include/SDL_types.h	Tue Sep 11 20:38:49 2001 +0000
@@ -54,6 +54,11 @@
 #endif
 #endif /* !__STRICT_ANSI__ */
 
+/* The 64-bit type isn't available on EPOC/Symbian OS */
+#ifdef __SYMBIAN32__
+#undef SDL_HAS_64BIT_TYPE
+#endif
+
 /* The 64-bit datatype isn't supported on all platforms */
 #ifdef SDL_HAS_64BIT_TYPE
 typedef unsigned SDL_HAS_64BIT_TYPE Uint64;