Mercurial > sdl-ios-xcode
diff include/SDL_stdinc.h @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | e18467d67cfd |
children | e440d5c488c1 |
line wrap: on
line diff
--- a/include/SDL_stdinc.h Fri Feb 10 07:29:08 2006 +0000 +++ b/include/SDL_stdinc.h Thu Feb 16 10:11:48 2006 +0000 @@ -55,14 +55,13 @@ #else # if HAVE_STDLIB_H # include <stdlib.h> +# elif HAVE_MALLOC_H +# include <malloc.h> # endif # if HAVE_STDARG_H # include <stdarg.h> # endif #endif -#if HAVE_MALLOC_H -# include <malloc.h> -#endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include <memory.h>