Updated from UPX 1.07 release.

committer: mfx <mfx> 982687495 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-02-20 16:44:55 +00:00
parent 401567f852
commit 6a95c11cf9
5 changed files with 76 additions and 47 deletions
+1 -10
View File
@@ -439,15 +439,6 @@ enum {
CMD_HELP, CMD_LICENSE, CMD_VERSION
};
// win32/pe resource types
enum {
RT_CURSOR = 1, RT_BITMAP, RT_ICON, RT_MENU, RT_DIALOG, RT_STRING,
RT_FONTDIR, RT_FONT, RT_ACCELERATOR, RT_RCDATA, RT_MESSAGE_TABLE,
RT_GROUP_CURSOR, RT_GROUP_ICON = 14, RT_VERSION = 16, RT_DLGINCLUDE,
RT_PLUGPLAY = 19, RT_VXD, RT_ANICURSOR, RT_ANIICON, RT_HTML,
RT_LAST
};
#if defined(__cplusplus)
@@ -536,7 +527,7 @@ struct options_t {
int compress_exports;
int compress_icons;
int compress_resources;
signed char compress_rt[RT_LAST];
signed char compress_rt[24]; // 24 == RT_LAST
int strip_relocs;
} w32pe;
};