mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:25:58 +00:00
[IDL][DNSRSLVR] Use the stdcall calling convention for remote functions
This commit is contained in:
parent
3b2ead064f
commit
e92ad7f309
2 changed files with 12 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue