From a3c79badf8e1681a0e68d550e0ee4db3b4098157 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 21 Jan 2007 22:53:56 +0000 Subject: [PATCH] define U32 as unsigned int, not unsigned long --- installer/depack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/depack.h b/installer/depack.h index 1341c26..9182fb4 100644 --- a/installer/depack.h +++ b/installer/depack.h @@ -21,7 +21,7 @@ #ifndef Depack_h #define Depack_h -typedef unsigned long int U32; +typedef unsigned int U32; typedef unsigned char U8; typedef struct { -- 1.7.10.4