Mercurial > pidgin
changeset 12847:a95094ac6766
[gaim-migrate @ 15195]
eschman noticed that these should be using the WINAPI (stdcall) calling convention.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 12 Jan 2006 04:19:40 +0000 |
parents | 95d350f56998 |
children | d26e3314c650 |
files | src/dnssrv.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dnssrv.c Thu Jan 12 04:03:39 2006 +0000 +++ b/src/dnssrv.c Thu Jan 12 04:19:40 2006 +0000 @@ -49,11 +49,11 @@ u_char buf[1024]; } queryans; #else -static DNS_STATUS (*MyDnsQuery_UTF8) ( +static DNS_STATUS WINAPI (*MyDnsQuery_UTF8) ( PCSTR lpstrName, WORD wType, DWORD fOptions, PIP4_ARRAY aipServers, PDNS_RECORD* ppQueryResultsSet, PVOID* pReserved) = NULL; -static void (*MyDnsRecordListFree) (PDNS_RECORD pRecordList, +static void WINAPI (*MyDnsRecordListFree) (PDNS_RECORD pRecordList, DNS_FREE_TYPE FreeType) = NULL; #endif