Mercurial > sdl-ios-xcode
comparison include/SDL_stdinc.h @ 1422:d2ee8da60262
Added pre-configured versions of SDL_config.h for various platforms
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Feb 2006 07:26:31 +0000 |
parents | d910939febfa |
children | 84de7511f79f |
comparison
equal
deleted
inserted
replaced
1421:638da75f9ab8 | 1422:d2ee8da60262 |
---|---|
41 #else | 41 #else |
42 # if HAVE_STDLIB_H | 42 # if HAVE_STDLIB_H |
43 # include <stdlib.h> | 43 # include <stdlib.h> |
44 # elif HAVE_MALLOC_H | 44 # elif HAVE_MALLOC_H |
45 # include <malloc.h> | 45 # include <malloc.h> |
46 # endif | |
47 # if HAVE_STDDEF_H | |
48 # include <stddef.h> | |
46 # endif | 49 # endif |
47 # if HAVE_STDARG_H | 50 # if HAVE_STDARG_H |
48 # include <stdarg.h> | 51 # include <stdarg.h> |
49 # endif | 52 # endif |
50 #endif | 53 #endif |