diff include/SDL_stdinc.h @ 3762:f667489e7309 gsoc2008_manymouse

sync with trunk
author Szymon Wilczek <kazeuser@gmail.com>
date Wed, 02 Jul 2008 20:20:51 +0000
parents 7ae1c419b626
children
line wrap: on
line diff
--- a/include/SDL_stdinc.h	Thu Jun 19 17:24:30 2008 +0000
+++ b/include/SDL_stdinc.h	Wed Jul 02 20:20:51 2008 +0000
@@ -147,8 +147,8 @@
 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
-SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
-SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
+//SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
+//SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
 #endif /* DOXYGEN_SHOULD_IGNORE_THIS */
 
 /* Check to make sure enums are the size of ints, for structure packing.