Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d2915c0f
Commit
d2915c0f
authored
Jan 25, 2009
by
Alasdair Sinclair
Committed by
Alexandre Julliard
Jan 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32/tests: Fix missing void in empty parameter list.
parent
33d05e87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
security.c
dlls/advapi32/tests/security.c
+2
-2
No files found.
dlls/advapi32/tests/security.c
View file @
d2915c0f
...
...
@@ -1351,7 +1351,7 @@ struct well_known_sid_value
/* 74 */
{
TRUE
,
"S-1-5-22"
},
{
FALSE
,
"S-1-5-21-12-23-34-45-56-521"
},
{
TRUE
,
"S-1-5-32-573"
}
};
static
void
test_CreateWellKnownSid
()
static
void
test_CreateWellKnownSid
(
void
)
{
SID_IDENTIFIER_AUTHORITY
ident
=
{
SECURITY_NT_AUTHORITY
};
PSID
domainsid
;
...
...
@@ -2564,7 +2564,7 @@ static void test_ConvertStringSecurityDescriptor(void)
"Expected ERROR_INVALID_ACL or ERROR_INVALID_SID, got %d
\n
"
,
GetLastError
());
}
static
void
test_ConvertSecurityDescriptorToString
()
static
void
test_ConvertSecurityDescriptorToString
(
void
)
{
SECURITY_DESCRIPTOR
desc
;
SECURITY_INFORMATION
sec_info
=
OWNER_SECURITY_INFORMATION
|
GROUP_SECURITY_INFORMATION
|
DACL_SECURITY_INFORMATION
|
SACL_SECURITY_INFORMATION
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment