mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
parent
849bdd87e1
commit
ded07f8781
|
@ -57,11 +57,6 @@ PackUnix::PackUnix(InputFile *f) :
|
|||
}
|
||||
|
||||
|
||||
#ifndef S_IXUSR //{ MSVC lacks this
|
||||
#define S_IXUSR __S_IEXEC
|
||||
#define __S_IEXEC 0100 /* Execute by owner. */
|
||||
#endif //}
|
||||
|
||||
// common part of canPack(), enhanced by subclasses
|
||||
bool PackUnix::canPack()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user