From ded07f8781823ed494372b8266fa7d27a46717e6 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 8 Jan 2020 05:38:44 +0100 Subject: [PATCH] Revert "MSVC lacks S_IXUSR" This reverts commit 62a07df45e225b3bab68790758f81371affd9538. --- src/p_unix.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/p_unix.cpp b/src/p_unix.cpp index ccecb0cd..3fedb903 100644 --- a/src/p_unix.cpp +++ b/src/p_unix.cpp @@ -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() {