Index: trunk/psLib/swig/pslib.i
===================================================================
--- trunk/psLib/swig/pslib.i	(revision 3150)
+++ trunk/psLib/swig/pslib.i	(revision 3165)
@@ -16,16 +16,16 @@
 
 /* XXX: this is temporary -- not portable, but should work with any current OS supported */
-typedef char int8_t;
-typedef unsigned char uint8_t;
-typedef short int16_t;
+typedef unsigned char  uint8_t;
 typedef unsigned short uint16_t;
-typedef int int32_t;
-typedef unsigned int uint32_t;
-typedef long long int64_t;
-typedef unsigned long long uint64_t;
-
+typedef unsigned int   uint32_t;
+typedef unsigned long  uint64_t;
+typedef char           int8_t;
+typedef short          int16_t;
+typedef int            int32_t;
+typedef long long      int64_t;
 
 /* grab the typedefs used throughout psLib, e.g. psU8, psU16,... */
 %include "cpointer.i"
+%include "typemaps.i"
 
 /**
