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
3121fdac
Commit
3121fdac
authored
Dec 17, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed warnings.
parent
66da6c85
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
http.c
dlls/wininet/tests/http.c
+2
-2
No files found.
dlls/wininet/tests/http.c
View file @
3121fdac
...
...
@@ -85,7 +85,7 @@ void winapi_test(int flags)
DWORD
length
;
DWORD
out
;
const
char
*
types
[
2
]
=
{
"*"
,
NULL
};
HINTERNET
hi
,
hic
,
hor
;
HINTERNET
hi
,
hic
=
0
,
hor
=
0
;
trace
(
"Starting with flags 0x%x
\n
"
,
flags
);
...
...
@@ -190,7 +190,7 @@ abort:
rc
=
InternetCloseHandle
(
hor
);
ok
((
rc
!=
0
),
"InternetCloseHandle of handle opened by HttpOpenRequestA failed"
);
}
if
(
h
or
!=
0x0
)
{
if
(
h
ic
!=
0x0
)
{
rc
=
InternetCloseHandle
(
hic
);
ok
((
rc
!=
0
),
"InternetCloseHandle of handle opened by InternetConnectA failed"
);
}
...
...
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