Module: wine Branch: master Commit: 494ceab83ab4bca01729d4a0af7302c11c1f9806 URL: http://source.winehq.org/git/wine.git/?a=commit;h=494ceab83ab4bca01729d4a0af...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Mon Mar 14 18:31:40 2011 +0800
advapi32: Move the 'const' modifier in front of the storage specifier.
---
dlls/advapi32/tests/security.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/advapi32/tests/security.c b/dlls/advapi32/tests/security.c index 130352e..74afc7b 100644 --- a/dlls/advapi32/tests/security.c +++ b/dlls/advapi32/tests/security.c @@ -696,7 +696,7 @@ static void test_FileSecurity(void) DWORD sdSize; DWORD retSize; BYTE *sd; - SECURITY_INFORMATION const request = OWNER_SECURITY_INFORMATION + const SECURITY_INFORMATION request = OWNER_SECURITY_INFORMATION | GROUP_SECURITY_INFORMATION | DACL_SECURITY_INFORMATION;