Mercurial > sdl-ios-xcode
diff include/SDL_config.h.in @ 1354:22f39393668a
Fixed build problem with SDL_string.c
Officially deprecated SDL_byteorder.h, SDL_getenv.h and SDL_types.h
Moved endian-related SDL_rwops code into SDL_rwops.c
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Feb 2006 09:38:05 +0000 |
parents | 7ba544e2888d |
children | 19418e4422cb |
line wrap: on
line diff
--- a/include/SDL_config.h.in Thu Feb 09 09:07:13 2006 +0000 +++ b/include/SDL_config.h.in Thu Feb 09 09:38:05 2006 +0000 @@ -43,6 +43,9 @@ #undef uint64_t #undef uintptr_t +/* Endianness */ +#undef SDL_BYTEORDER + /* Comment this if you want to build without any C library requirements */ #undef HAVE_LIBC #ifdef HAVE_LIBC @@ -124,7 +127,6 @@ #undef DISABLE_CDROM #undef DISABLE_THREADS #undef DISABLE_TIMERS -#undef DISABLE_ENDIAN #undef DISABLE_FILE #undef DISABLE_CPUINFO