Mercurial > sdl-ios-xcode
diff include/SDL_stdinc.h @ 2707:6259afb046c5
Reverted Holmes' changes, they should be on the iphone branch
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Jul 2008 16:15:44 +0000 |
parents | ce3ddf8dd6d2 |
children | 204be4fc2726 |
line wrap: on
line diff
--- a/include/SDL_stdinc.h Sun Jun 22 23:13:02 2008 +0000 +++ b/include/SDL_stdinc.h Sat Jul 05 16:15:44 2008 +0000 @@ -147,10 +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. @@ -391,7 +389,6 @@ } \ } while(0) #endif - #ifndef SDL_revcpy extern DECLSPEC void *SDLCALL SDL_revcpy(void *dst, const void *src, size_t len);