MSVC lacks S_IXUSR
modified: p_unix.cpp
This commit is contained in:
@@ -57,6 +57,11 @@ 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
|
// common part of canPack(), enhanced by subclasses
|
||||||
bool PackUnix::canPack()
|
bool PackUnix::canPack()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user