Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 2736:ae653575d4af
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 31 Aug 2008 16:03:55 +0000 |
parents | a3e3497305d4 |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2735:204be4fc2726 | 2736:ae653575d4af |
---|---|
69 typedef unsigned int uintptr_t; | 69 typedef unsigned int uintptr_t; |
70 #endif /* __GNUC__ || _MSC_VER */ | 70 #endif /* __GNUC__ || _MSC_VER */ |
71 #define SDL_HAS_64BIT_TYPE 1 | 71 #define SDL_HAS_64BIT_TYPE 1 |
72 | 72 |
73 /* Enabled for SDL 1.2 (binary compatibility) */ | 73 /* Enabled for SDL 1.2 (binary compatibility) */ |
74 //#define HAVE_LIBC 1 | 74 //#define HAVE_LIBC 1 |
75 #ifdef HAVE_LIBC | 75 #ifdef HAVE_LIBC |
76 /* Useful headers */ | 76 /* Useful headers */ |
77 #define HAVE_STDIO_H 1 | 77 #define HAVE_STDIO_H 1 |
78 #define STDC_HEADERS 1 | 78 #define STDC_HEADERS 1 |
79 #define HAVE_STRING_H 1 | 79 #define HAVE_STRING_H 1 |