[IDL][DNSRSLVR] Use the stdcall calling convention for remote functions

This commit is contained in:
Eric Kohl 2019-11-10 17:12:20 +01:00
parent 3b2ead064f
commit e92ad7f309
2 changed files with 12 additions and 6 deletions

View file

@ -42,6 +42,7 @@ RpcThreadRoutine(LPVOID lpParameter)
}
DWORD
__stdcall
R_ResolverFlushCache(
DNSRSLVR_HANDLE pwszServerName)
{
@ -53,6 +54,7 @@ R_ResolverFlushCache(
}
DWORD
__stdcall
R_ResolverQuery(
DNSRSLVR_HANDLE pszServerName,
LPCWSTR pszName,