1
0
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:
Jacob Nevins 2016-04-10 14:24:39 +01:00
parent af64ccc895
commit c39f371372

View File

@ -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 |