Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
6842c7d8
Commit
6842c7d8
authored
Apr 22, 2010
by
Hans Leidekker
Committed by
Alexandre Julliard
Apr 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winhttp/tests: Use the right handle type.
parent
cd79874c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
winhttp.c
dlls/winhttp/tests/winhttp.c
+5
-5
No files found.
dlls/winhttp/tests/winhttp.c
View file @
6842c7d8
...
...
@@ -227,7 +227,7 @@ static void test_empty_headers_param(void)
{
static
const
WCHAR
winehq
[]
=
{
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
0
};
static
const
WCHAR
empty
[]
=
{
0
};
H
ANDLE
ses
,
con
,
req
;
H
INTERNET
ses
,
con
,
req
;
BOOL
ret
;
ses
=
WinHttpOpen
(
test_useragent
,
0
,
NULL
,
NULL
,
0
);
...
...
@@ -761,7 +761,7 @@ static void test_secure_connection(void)
{
static
const
WCHAR
google
[]
=
{
'w'
,
'w'
,
'w'
,
'.'
,
'g'
,
'o'
,
'o'
,
'g'
,
'l'
,
'e'
,
'.'
,
'c'
,
'o'
,
'm'
,
0
};
H
ANDLE
ses
,
con
,
req
;
H
INTERNET
ses
,
con
,
req
;
DWORD
size
,
status
,
policy
,
bitness
;
BOOL
ret
;
CERT_CONTEXT
*
cert
;
...
...
@@ -836,7 +836,7 @@ static void test_request_parameter_defaults(void)
static
const
WCHAR
empty
[]
=
{
0
};
static
const
WCHAR
codeweavers
[]
=
{
'c'
,
'o'
,
'd'
,
'e'
,
'w'
,
'e'
,
'a'
,
'v'
,
'e'
,
'r'
,
's'
,
'.'
,
'c'
,
'o'
,
'm'
,
0
};
H
ANDLE
ses
,
con
,
req
;
H
INTERNET
ses
,
con
,
req
;
DWORD
size
,
status
,
error
;
WCHAR
*
version
;
BOOL
ret
;
...
...
@@ -1632,7 +1632,7 @@ static void test_resolve_timeout(void)
static
const
WCHAR
codeweavers
[]
=
{
'c'
,
'o'
,
'd'
,
'e'
,
'w'
,
'e'
,
'a'
,
'v'
,
'e'
,
'r'
,
's'
,
'.'
,
'c'
,
'o'
,
'm'
,
0
};
static
const
WCHAR
srevaewedoc
[]
=
{
's'
,
'r'
,
'e'
,
'v'
,
'a'
,
'e'
,
'w'
,
'e'
,
'd'
,
'o'
,
'c'
,
'.'
,
'm'
,
'o'
,
'c'
,
0
};
H
ANDLE
ses
,
con
,
req
;
H
INTERNET
ses
,
con
,
req
;
DWORD
timeout
;
BOOL
ret
;
...
...
@@ -1922,7 +1922,7 @@ static void test_credentials(void)
static
WCHAR
passW
[]
=
{
'p'
,
'a'
,
's'
,
's'
,
0
};
static
WCHAR
proxy_userW
[]
=
{
'p'
,
'r'
,
'o'
,
'x'
,
'y'
,
'u'
,
's'
,
'e'
,
'r'
,
0
};
static
WCHAR
proxy_passW
[]
=
{
'p'
,
'r'
,
'o'
,
'x'
,
'y'
,
'p'
,
'a'
,
's'
,
's'
,
0
};
H
ANDLE
ses
,
con
,
req
;
H
INTERNET
ses
,
con
,
req
;
DWORD
size
,
error
;
WCHAR
buffer
[
32
];
BOOL
ret
;
...
...
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