mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 10:29:19 +00:00
ntdll: Use PROT_NONE instead of 0.
This commit is contained in:
parent
2ba3d3ac25
commit
7bd0cdafc2
@ -443,6 +443,7 @@ static int VIRTUAL_GetUnixProt( BYTE vprot )
|
||||
if (vprot & VPROT_WRITECOPY) prot |= PROT_WRITE;
|
||||
if (vprot & VPROT_EXEC) prot |= PROT_EXEC;
|
||||
}
|
||||
if (!prot) prot = PROT_NONE;
|
||||
return prot;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user