Made PackHeader::magic a constant.
committer: mfx <mfx> 977428640 +0000
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
public:
|
||||
// fields stored in compressed file
|
||||
unsigned magic; // UPX_MAGIC_LE32
|
||||
enum { magic = UPX_MAGIC_LE32 };
|
||||
int version;
|
||||
int format; // executable format
|
||||
int method; // compresison method
|
||||
|
||||
Reference in New Issue
Block a user