Added a framework for the win16/ne format, so that it's easier for someone

to actually contribute that.

committer: mfx <mfx> 978183080 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-12-30 13:31:20 +00:00
parent c0bbc2216e
commit f36feee0dc
6 changed files with 206 additions and 4 deletions
+2 -2
View File
@@ -74,9 +74,9 @@ typedef unsigned upx_uint32;
#define UPX_F_VXD_LE 6
#define UPX_F_DOS_EXEH 7 /* OBSOLETE */
#define UPX_F_TMT_ADAM 8
#define UPX_F_W32_PE 9
#define UPX_F_WIN32_PE 9
#define UPX_F_LINUX_i386 10
/* UNUSED */
#define UPX_F_WIN16_NE 11
#define UPX_F_LINUX_ELF_i386 12
#define UPX_F_LINUX_SEP_i386 13
#define UPX_F_LINUX_SH_i386 14