define U32 as unsigned int, not unsigned long
[swftools.git] / installer / depack.h
index 1341c26..9182fb4 100644 (file)
@@ -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 {