Michael Thomas f2bf47b
diff -Naur deutex-4.4.0/src/deutex.h deutex-4.4.0.new/src/deutex.h
Michael Thomas f2bf47b
--- deutex-4.4.0/src/deutex.h	1999-12-30 15:20:22.000000000 -0800
Michael Thomas f2bf47b
+++ deutex-4.4.0.new/src/deutex.h	2006-03-18 15:50:51.000000000 -0800
Michael Thomas f2bf47b
@@ -43,10 +43,10 @@
Michael Thomas f2bf47b
 /*long = Int32 on a 32 bit processor*/
Michael Thomas f2bf47b
 typedef char           Int8;
Michael Thomas f2bf47b
 typedef short          Int16;
Michael Thomas f2bf47b
-typedef long           Int32;
Michael Thomas f2bf47b
+typedef int            Int32;
Michael Thomas f2bf47b
 typedef unsigned char  UInt8;
Michael Thomas f2bf47b
 typedef unsigned short UInt16;
Michael Thomas f2bf47b
-typedef unsigned long  UInt32;
Michael Thomas f2bf47b
+typedef unsigned int   UInt32;
Michael Thomas f2bf47b
 #endif
Michael Thomas f2bf47b
 
Michael Thomas f2bf47b
 #if defined DeuTex