comparison include/SDL_config.h.in @ 3180:77d6336711fc

First commit for SDL atomic operations. On my linux box it compiles and installs correctly and testatomic runs without errors.
author Bob Pendleton <bob@pendleton.com>
date Tue, 09 Jun 2009 17:33:44 +0000
parents 510e3f36c04a
children 6290f9bd097d
comparison
equal deleted inserted replaced
3179:9b34679fda8b 3180:77d6336711fc
47 #undef int32_t 47 #undef int32_t
48 #undef uint32_t 48 #undef uint32_t
49 #undef int64_t 49 #undef int64_t
50 #undef uint64_t 50 #undef uint64_t
51 #undef uintptr_t 51 #undef uintptr_t
52 #undef SIZEOF_VOIDP
52 #undef SDL_HAS_64BIT_TYPE 53 #undef SDL_HAS_64BIT_TYPE
53 54
54 /* Endianness */ 55 /* Endianness */
55 #undef SDL_BYTEORDER 56 #undef SDL_BYTEORDER
56 57