Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 3220:6290f9bd097d
Better check which includes #define used in stdint.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 02 Aug 2009 12:54:59 +0000 |
parents | 77d6336711fc |
children | af4a5af3cd2b |
comparison
equal
deleted
inserted
replaced
3219:b91354fa65a2 | 3220:6290f9bd097d |
---|---|
37 #undef const | 37 #undef const |
38 #undef inline | 38 #undef inline |
39 #undef volatile | 39 #undef volatile |
40 | 40 |
41 /* C datatypes */ | 41 /* C datatypes */ |
42 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) | |
42 #undef size_t | 43 #undef size_t |
43 #undef int8_t | 44 #undef int8_t |
44 #undef uint8_t | 45 #undef uint8_t |
45 #undef int16_t | 46 #undef int16_t |
46 #undef uint16_t | 47 #undef uint16_t |
47 #undef int32_t | 48 #undef int32_t |
48 #undef uint32_t | 49 #undef uint32_t |
49 #undef int64_t | 50 #undef int64_t |
50 #undef uint64_t | 51 #undef uint64_t |
51 #undef uintptr_t | 52 #undef uintptr_t |
53 #endif /* !_STDINT_H_ && !HAVE_STDINT_H */ | |
54 | |
52 #undef SIZEOF_VOIDP | 55 #undef SIZEOF_VOIDP |
53 #undef SDL_HAS_64BIT_TYPE | 56 #undef SDL_HAS_64BIT_TYPE |
54 | 57 |
55 /* Endianness */ | 58 /* Endianness */ |
56 #undef SDL_BYTEORDER | 59 #undef SDL_BYTEORDER |