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
f3a645f0
Commit
f3a645f0
authored
Aug 17, 2010
by
Marko Nikolic
Committed by
Alexandre Julliard
Aug 18, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32/tests: Removed sign comparison warnings in eventlog tests.
parent
8507db18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
eventlog.c
dlls/advapi32/tests/eventlog.c
+3
-3
No files found.
dlls/advapi32/tests/eventlog.c
View file @
f3a645f0
...
...
@@ -633,7 +633,7 @@ static BOOL create_new_eventlog(void)
HKEY
key
,
eventkey
;
BOOL
bret
=
FALSE
;
LONG
lret
;
int
i
;
DWORD
i
;
/* First create our eventlog */
lret
=
RegOpenKeyA
(
HKEY_LOCAL_MACHINE
,
eventlogsvc
,
&
key
);
...
...
@@ -711,7 +711,7 @@ static void test_readwrite(void)
DWORD
sidsize
,
count
;
BOOL
ret
,
sidavailable
;
BOOL
on_vista
=
FALSE
;
/* Used to indicate Vista, W2K8 or Win7 */
int
i
;
DWORD
i
;
char
*
localcomputer
=
NULL
;
DWORD
size
;
...
...
@@ -1095,7 +1095,7 @@ static void cleanup_eventlog(void)
BOOL
bret
;
LONG
lret
;
HKEY
key
;
int
i
;
DWORD
i
;
char
winesvc
[
MAX_PATH
];
/* Delete the registry tree */
...
...
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