comparison src/stdlib/SDL_getenv.c @ 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 d02b552e5304
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1353:7ba544e2888d 1354:22f39393668a
18 18
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 #include "SDL_stdlib.h" 23 #include "SDL_stdinc.h"
24 #include "SDL_string.h"
25 24
26 #ifndef HAVE_GETENV 25 #ifndef HAVE_GETENV
27 26
28 #if defined(WIN32) && !defined(_WIN32_WCE) 27 #if defined(WIN32) && !defined(_WIN32_WCE)
29 28