Use UPX_MAGIC_LE32 instead of PackHeader::magic.

committer: mfx <mfx> 977922670 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-12-27 13:11:10 +00:00
parent 0ffe40c621
commit c3ec6b73e5
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public:
public:
// fields stored in compressed file
enum { magic = UPX_MAGIC_LE32 };
//enum { magic = UPX_MAGIC_LE32 };
int version;
int format; // executable format
int method; // compresison method