git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
539506f
)
define U32 as unsigned int, not unsigned long
author
kramm
<kramm>
Sun, 21 Jan 2007 22:53:56 +0000
(22:53 +0000)
committer
kramm
<kramm>
Sun, 21 Jan 2007 22:53:56 +0000
(22:53 +0000)
installer/depack.h
patch
|
blob
|
history
diff --git
a/installer/depack.h
b/installer/depack.h
index
1341c26
..
9182fb4
100644
(file)
--- 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 {