From: kramm Date: Sun, 21 Jan 2007 22:53:56 +0000 (+0000) Subject: define U32 as unsigned int, not unsigned long X-Git-Tag: release-0-8-1~38 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=a3c79badf8e1681a0e68d550e0ee4db3b4098157 define U32 as unsigned int, not unsigned long --- 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 {