Commit 494ceab8 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

advapi32: Move the 'const' modifier in front of the storage specifier.

parent 99109567
...@@ -696,7 +696,7 @@ static void test_FileSecurity(void) ...@@ -696,7 +696,7 @@ static void test_FileSecurity(void)
DWORD sdSize; DWORD sdSize;
DWORD retSize; DWORD retSize;
BYTE *sd; BYTE *sd;
SECURITY_INFORMATION const request = OWNER_SECURITY_INFORMATION const SECURITY_INFORMATION request = OWNER_SECURITY_INFORMATION
| GROUP_SECURITY_INFORMATION | GROUP_SECURITY_INFORMATION
| DACL_SECURITY_INFORMATION; | DACL_SECURITY_INFORMATION;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment