Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/include/SDL_config_dreamcast.h Tue Jun 09 15:45:33 2009 +0000 +++ b/include/SDL_config_dreamcast.h Tue Jun 09 17:33:44 2009 +0000 @@ -36,6 +36,7 @@ typedef signed long long int64_t; typedef unsigned long long uint64_t; typedef unsigned long uintptr_t; +#define SIZEOF_VOIDP 4 #define SDL_HAS_64BIT_TYPE 1 /* Useful headers */