Mercurial > sdl-ios-xcode
comparison include/SDL_config_dreamcast.h @ 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 | b7a48f533966 |
children | b91354fa65a2 |
comparison
equal
deleted
inserted
replaced
3179:9b34679fda8b | 3180:77d6336711fc |
---|---|
34 typedef signed int int32_t; | 34 typedef signed int int32_t; |
35 typedef unsigned int uint32_t; | 35 typedef unsigned int uint32_t; |
36 typedef signed long long int64_t; | 36 typedef signed long long int64_t; |
37 typedef unsigned long long uint64_t; | 37 typedef unsigned long long uint64_t; |
38 typedef unsigned long uintptr_t; | 38 typedef unsigned long uintptr_t; |
39 #define SIZEOF_VOIDP 4 | |
39 #define SDL_HAS_64BIT_TYPE 1 | 40 #define SDL_HAS_64BIT_TYPE 1 |
40 | 41 |
41 /* Useful headers */ | 42 /* Useful headers */ |
42 #define HAVE_SYS_TYPES_H 1 | 43 #define HAVE_SYS_TYPES_H 1 |
43 #define HAVE_STDIO_H 1 | 44 #define HAVE_STDIO_H 1 |