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
5dd5536a
Commit
5dd5536a
authored
Dec 25, 2006
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 26, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet: Remove not used HTTPOPENREQUESTW request.
parent
c1568455
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
31 deletions
+0
-31
internet.c
dlls/wininet/internet.c
+0
-18
internet.h
dlls/wininet/internet.h
+0
-13
No files found.
dlls/wininet/internet.c
View file @
5dd5536a
...
...
@@ -3363,24 +3363,6 @@ static VOID INTERNET_ExecuteWork(void)
}
break
;
case
HTTPOPENREQUESTW
:
{
struct
WORKREQ_HTTPOPENREQUESTW
*
req
=
&
workRequest
.
u
.
HttpOpenRequestW
;
LPWININETHTTPSESSIONW
lpwhs
=
(
LPWININETHTTPSESSIONW
)
workRequest
.
hdr
;
TRACE
(
"HTTPOPENREQUESTW %p
\n
"
,
lpwhs
);
HTTP_HttpOpenRequestW
(
lpwhs
,
req
->
lpszVerb
,
req
->
lpszObjectName
,
req
->
lpszVersion
,
req
->
lpszReferrer
,
req
->
lpszAcceptTypes
,
req
->
dwFlags
,
req
->
dwContext
);
HeapFree
(
GetProcessHeap
(),
0
,
req
->
lpszVerb
);
HeapFree
(
GetProcessHeap
(),
0
,
req
->
lpszObjectName
);
HeapFree
(
GetProcessHeap
(),
0
,
req
->
lpszVersion
);
HeapFree
(
GetProcessHeap
(),
0
,
req
->
lpszReferrer
);
}
break
;
case
INTERNETOPENURLW
:
{
struct
WORKREQ_INTERNETOPENURLW
*
req
=
&
workRequest
.
u
.
InternetOpenUrlW
;
...
...
dlls/wininet/internet.h
View file @
5dd5536a
...
...
@@ -261,7 +261,6 @@ typedef enum
FTPREMOVEDIRECTORYW
,
FTPRENAMEFILEW
,
FTPFINDNEXTW
,
HTTPOPENREQUESTW
,
INTERNETOPENURLW
,
INTERNETREADFILEEXA
,
}
ASYNC_FUNC
;
...
...
@@ -337,17 +336,6 @@ struct WORKREQ_FTPFINDNEXTW
LPWIN32_FIND_DATAW
lpFindFileData
;
};
struct
WORKREQ_HTTPOPENREQUESTW
{
LPWSTR
lpszVerb
;
LPWSTR
lpszObjectName
;
LPWSTR
lpszVersion
;
LPWSTR
lpszReferrer
;
LPCWSTR
*
lpszAcceptTypes
;
DWORD
dwFlags
;
DWORD
dwContext
;
};
struct
WORKREQ_HTTPSENDREQUESTW
{
LPWSTR
lpszHeader
;
...
...
@@ -399,7 +387,6 @@ typedef struct WORKREQ
struct
WORKREQ_FTPREMOVEDIRECTORYW
FtpRemoveDirectoryW
;
struct
WORKREQ_FTPRENAMEFILEW
FtpRenameFileW
;
struct
WORKREQ_FTPFINDNEXTW
FtpFindNextW
;
struct
WORKREQ_HTTPOPENREQUESTW
HttpOpenRequestW
;
struct
WORKREQ_HTTPSENDREQUESTW
HttpSendRequestW
;
struct
WORKREQ_SENDCALLBACK
SendCallback
;
struct
WORKREQ_INTERNETOPENURLW
InternetOpenUrlW
;
...
...
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