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 )
This commit is contained in:
Sam Lantinga
2010-06-17 22:23:20 -07:00
parent 3b8277d35f
commit d89ec9302c
3 changed files with 12 additions and 5 deletions

View File

@@ -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