mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
no need to warn for x86 wince files
This commit is contained in:
parent
1aac462c83
commit
0e2fa6eb9d
|
@ -607,7 +607,8 @@ void PackW32Pe::pack(OutputFile *fo)
|
|||
(ih.cpu < 0x14c || ih.cpu > 0x150)
|
||||
|| (ih.opthdrsize != 0xe0)
|
||||
|| ((ih.flags & EXECUTABLE) == 0)
|
||||
|| (ih.subsystem != 2 && ih.subsystem != 3 && ih.subsystem != 1)
|
||||
|| (ih.subsystem != 2 && ih.subsystem != 3
|
||||
&& ih.subsystem != 1 && ih.subsystem != 9)
|
||||
|| (ih.entry == 0 && !isdll)
|
||||
|| (ih.ddirsentries != 16)
|
||||
|| IDSIZE(PEDIR_EXCEPTION) // is this used on i386?
|
||||
|
|
Loading…
Reference in New Issue
Block a user