summaryrefslogtreecommitdiff
path: root/include/SDL_config_pandora.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2010-06-17 22:23:20 -0700
committerSam Lantinga <slouken@libsdl.org>2010-06-17 22:23:20 -0700
commitd89ec9302c41aa3a8c2f4599fe646c5db5505adb (patch)
tree5390ee1af0b1edf90911227999757ffc6a51c2c4 /include/SDL_config_pandora.h
parent3b8277d35f485a904dc2264535619b9e3fc08c50 (diff)
Hello Sam.
I did fix/update the SDL 1.3 pandora port today ( 11 june 2010 ) and you can find the "hg diff" attached :) David Carré ( Cpasjuste )
Diffstat (limited to 'include/SDL_config_pandora.h')
-rw-r--r--include/SDL_config_pandora.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/SDL_config_pandora.h b/include/SDL_config_pandora.h
index 227831e630..fbdec93e11 100644
--- a/include/SDL_config_pandora.h
+++ b/include/SDL_config_pandora.h
@@ -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