1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Revert "MSVC lacks S_IXUSR"

This reverts commit 62a07df45e.
This commit is contained in:
Markus F.X.J. Oberhumer 2020-01-08 05:38:44 +01:00
parent 849bdd87e1
commit ded07f8781

View File

@ -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()
{