Mercurial > sdl-ios-xcode
comparison src/stdlib/SDL_malloc.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 | 604d73db6802 |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1353:7ba544e2888d | 1354:22f39393668a |
---|---|
21 */ | 21 */ |
22 | 22 |
23 | 23 |
24 /* This file contains portable memory management functions for SDL */ | 24 /* This file contains portable memory management functions for SDL */ |
25 | 25 |
26 #include "SDL_stdlib.h" | 26 #include "SDL_stdinc.h" |
27 #include "SDL_string.h" | |
28 | 27 |
29 #ifndef HAVE_MALLOC | 28 #ifndef HAVE_MALLOC |
30 | 29 |
31 #define LACKS_STDIO_H | 30 #define LACKS_STDIO_H |
32 #define LACKS_STRINGS_H | 31 #define LACKS_STRINGS_H |