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
9536a9cc
Commit
9536a9cc
authored
Nov 01, 2011
by
Austin English
Committed by
Alexandre Julliard
Nov 02, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet: Add a stub for RunOnceUrlCache.
parent
c486cec0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
urlcache.c
dlls/wininet/urlcache.c
+10
-0
wininet.spec
dlls/wininet/wininet.spec
+1
-1
No files found.
dlls/wininet/urlcache.c
View file @
9536a9cc
...
...
@@ -3925,3 +3925,13 @@ BOOL WINAPI IncrementUrlCacheHeaderData(DWORD index, LPDWORD data)
FIXME
(
"(%u, %p)
\n
"
,
index
,
data
);
return
FALSE
;
}
/***********************************************************************
* RunOnceUrlCache (WININET.@)
*/
DWORD
WINAPI
RunOnceUrlCache
(
HWND
hwnd
,
HINSTANCE
hinst
,
LPSTR
cmd
,
int
cmdshow
)
{
FIXME
(
"(%p, %p, %s, %d): stub
\n
"
,
hwnd
,
hinst
,
debugstr_a
(
cmd
),
cmdshow
);
return
0
;
}
dlls/wininet/wininet.spec
View file @
9536a9cc
...
...
@@ -222,7 +222,7 @@
@ stdcall RetrieveUrlCacheEntryFileW(wstr ptr ptr long)
@ stdcall RetrieveUrlCacheEntryStreamA(str ptr ptr long long)
@ stdcall RetrieveUrlCacheEntryStreamW(wstr ptr ptr long long)
@ st
ub RunOnceUrlCache
@ st
dcall RunOnceUrlCache(ptr ptr str long)
@ stdcall SetUrlCacheConfigInfoA(ptr long)
@ stdcall SetUrlCacheConfigInfoW(ptr long)
@ stdcall SetUrlCacheEntryGroup(str long int64 ptr long ptr) SetUrlCacheEntryGroupA
...
...
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