Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > 97317f4308c5db9f9ebcc202988948e6 > files > 1

deutex-4.4.0-2mdv2010.1.src.rpm

ndex: src/deutex.h
===================================================================
--- src/deutex.h
+++ src/deutex.h	2009-03-29 16:10:57.000000000 +0200
@@ -43,10 +43,10 @@
 /*long = Int32 on a 32 bit processor*/
 typedef char           Int8;
 typedef short          Int16;
-typedef long           Int32;
+typedef int            Int32;
 typedef unsigned char  UInt8;
 typedef unsigned short UInt16;
-typedef unsigned long  UInt32;
+typedef unsigned int   UInt32;
 #endif
 
 #if defined DeuTex