changeset 4471 | 11cedc036ca1 |
parent 3697 | f7b03b6838cb |
child 5262 | b530ef003506 |
--- a/include/SDL_config_pandora.h Thu Jun 17 12:33:05 2010 -0700 +++ b/include/SDL_config_pandora.h Thu Jun 17 22:23:20 2010 -0700 @@ -28,6 +28,12 @@ /* General platform specific identifiers */ #include "SDL_platform.h" +#ifdef __LP64__ +#define SIZEOF_VOIDP 8 +#else +#define SIZEOF_VOIDP 4 +#endif + #define SDL_HAS_64BIT_TYPE 1 #define SDL_BYTEORDER 1234