diff -Naur deutex-4.4.0/src/deutex.h deutex-4.4.0.new/src/deutex.h --- deutex-4.4.0/src/deutex.h 1999-12-30 15:20:22.000000000 -0800 +++ deutex-4.4.0.new/src/deutex.h 2006-03-18 15:50:51.000000000 -0800 @@ -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