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
b39c3545
Commit
b39c3545
authored
Apr 21, 2003
by
Dan Wolf
Committed by
Alexandre Julliard
Apr 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented a stub for DetectAutoProxyUrl.
parent
013f8946
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
internet.c
dlls/wininet/internet.c
+17
-0
wininet.spec
dlls/wininet/wininet.spec
+1
-0
No files found.
dlls/wininet/internet.c
View file @
b39c3545
...
...
@@ -189,6 +189,23 @@ BOOL WINAPI InternetInitializeAutoProxyDll(DWORD dwReserved)
return
FALSE
;
}
/***********************************************************************
* DetectAutoProxyUrl (WININET.@)
*
* Auto detect the proxy url
*
* RETURNS
* FALSE on failure
*
*/
BOOL
WINAPI
DetectAutoProxyUrl
(
LPSTR
lpszAutoProxyUrl
,
DWORD
dwAutoProxyUrlLength
,
DWORD
dwDetectFlags
)
{
FIXME
(
"STUB
\n
"
);
INTERNET_SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
/***********************************************************************
* InternetOpenA (WININET.@)
...
...
dlls/wininet/wininet.spec
View file @
b39c3545
...
...
@@ -12,6 +12,7 @@
@ stub DeleteUrlCacheContainerW
@ stdcall DeleteUrlCacheEntry(str)
@ stdcall DeleteUrlCacheGroup(double long ptr) DeleteUrlCacheGroup
@ stdcall DetectAutoProxyUrl(str long long)
@ stdcall DllInstall(long ptr) WININET_DllInstall
@ stub FindCloseUrlCache
@ stub FindFirstUrlCacheContainerA
...
...
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