mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-12 18:13:50 -05:00
Specify integer type for access rights.
Fixes a warning from MinGW GCC.
This commit is contained in:
parent
af64ccc895
commit
c39f371372
@ -231,7 +231,7 @@ int setprocessacl(char *error)
|
||||
int ret=FALSE;
|
||||
PACL acl = NULL;
|
||||
|
||||
static const nastyace=WRITE_DAC | WRITE_OWNER |
|
||||
static const DWORD nastyace=WRITE_DAC | WRITE_OWNER |
|
||||
PROCESS_CREATE_PROCESS | PROCESS_CREATE_THREAD |
|
||||
PROCESS_DUP_HANDLE |
|
||||
PROCESS_SET_QUOTA | PROCESS_SET_INFORMATION |
|
||||
|
Loading…
x
Reference in New Issue
Block a user