--- helpers/petran-1.1.0/inc/e32def.h.orig	2012-12-12 17:20:46.000000000 +0900
+++ helpers/petran-1.1.0/inc/e32def.h	2012-12-12 17:27:10.000000000 +0900
@@ -6,8 +6,8 @@
 typedef unsigned char TUint8;
 typedef short int TInt16;
 typedef unsigned short int TUint16;
-typedef long int TInt32;
-typedef unsigned long int TUint32;
+typedef signed int TInt32;
+typedef unsigned int TUint32;
 typedef signed int TInt;
 typedef unsigned int TUint;
 typedef double TReal;
