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
f3b681a2
Commit
f3b681a2
authored
Jun 28, 2004
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Jun 28, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the function names in some of the comments.
parent
2113bd43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
http.c
dlls/wininet/http.c
+2
-2
internet.c
dlls/wininet/internet.c
+3
-3
No files found.
dlls/wininet/http.c
View file @
f3b681a2
...
...
@@ -1156,7 +1156,7 @@ BOOL WINAPI HttpSendRequestExA(HINTERNET hRequest,
}
/***********************************************************************
* HttpSendRequest
A
(WININET.@)
* HttpSendRequest
W
(WININET.@)
*
* Sends the specified request to the HTTP server
*
...
...
@@ -1227,7 +1227,7 @@ BOOL WINAPI HttpSendRequestW(HINTERNET hHttpRequest, LPCWSTR lpszHeaders,
}
/***********************************************************************
* HttpSendRequest
W
(WININET.@)
* HttpSendRequest
A
(WININET.@)
*
* Sends the specified request to the HTTP server
*
...
...
dlls/wininet/internet.c
View file @
f3b681a2
...
...
@@ -394,7 +394,7 @@ static BOOL INTERNET_ConfigureProxyFromReg( LPWININETAPPINFOW lpwai )
}
/***********************************************************************
* InternetOpen
A
(WININET.@)
* InternetOpen
W
(WININET.@)
*
* Per-application initialization of wininet
*
...
...
@@ -506,7 +506,7 @@ HINTERNET WINAPI InternetOpenW(LPCWSTR lpszAgent, DWORD dwAccessType,
/***********************************************************************
* InternetOpen
W
(WININET.@)
* InternetOpen
A
(WININET.@)
*
* Per-application initialization of wininet
*
...
...
@@ -638,7 +638,7 @@ BOOL WINAPI InternetGetConnectedStateExW(LPDWORD lpdwStatus, LPWSTR lpszConnecti
}
/***********************************************************************
* InternetConnect
A
(WININET.@)
* InternetConnect
W
(WININET.@)
*
* Open a ftp, gopher or http session
*
...
...
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