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
5b21d90f
Commit
5b21d90f
authored
Aug 25, 2009
by
Austin English
Committed by
Alexandre Julliard
Aug 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dnsapi: Add a stub for DnsFlushResolverCache.
parent
980bb171
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
dnsapi.spec
dlls/dnsapi/dnsapi.spec
+1
-1
main.c
dlls/dnsapi/main.c
+10
-0
No files found.
dlls/dnsapi/dnsapi.spec
View file @
5b21d90f
...
...
@@ -31,7 +31,7 @@
@ stdcall DnsExtractRecordsFromMessage_UTF8(ptr long ptr)
@ stdcall DnsExtractRecordsFromMessage_W(ptr long ptr)
@ stub DnsFindAuthoritativeZone
@ st
ub DnsFlushResolverCache
@ st
dcall DnsFlushResolverCache()
@ stub DnsFlushResolverCacheEntry_A
@ stub DnsFlushResolverCacheEntry_UTF8
@ stub DnsFlushResolverCacheEntry_W
...
...
dlls/dnsapi/main.c
View file @
5b21d90f
...
...
@@ -90,6 +90,16 @@ DNS_STATUS WINAPI DnsAcquireContextHandle_W( DWORD flags, PVOID cred,
}
/******************************************************************************
* DnsFlushResolverCache [DNSAPI.@]
*
*/
VOID
WINAPI
DnsFlushResolverCache
(
void
)
{
FIXME
(
": stub
\n
"
);
}
/******************************************************************************
* DnsReleaseContextHandle [DNSAPI.@]
*
*/
...
...
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