shlwapi: Forward DnsRecordSetCompare to dnsapi.
This commit is contained in:
parent
7599520321
commit
131ab8d825
|
@ -6,7 +6,7 @@ VPATH = @srcdir@
|
|||
MODULE = shlwapi.dll
|
||||
IMPORTLIB = shlwapi
|
||||
IMPORTS = uuid user32 gdi32 advapi32 kernel32 ntdll
|
||||
DELAYIMPORTS = oleaut32 ole32 comctl32 comdlg32 mpr mlang urlmon shell32 winmm version
|
||||
DELAYIMPORTS = oleaut32 ole32 comctl32 comdlg32 mpr mlang urlmon shell32 winmm version dnsapi
|
||||
|
||||
C_SRCS = \
|
||||
assoc.c \
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
193 stdcall -noname SHGetCurColorRes()
|
||||
194 stdcall -noname SHWaitForSendMessageThread(ptr long)
|
||||
195 stdcall -noname SHIsExpandableFolder(ptr ptr)
|
||||
196 stub -noname DnsRecordSetCompare #stdcall @(ptr ptr ptr ptr) dnsapi.DnsRecordSetCompare
|
||||
196 stdcall -noname DnsRecordSetCompare(ptr ptr ptr ptr) dnsapi.DnsRecordSetCompare
|
||||
197 stdcall -noname SHFillRectClr(long ptr long)
|
||||
198 stdcall -noname SHSearchMapInt(ptr ptr long long)
|
||||
199 stdcall -noname IUnknown_Set(ptr ptr)
|
||||
|
|
Loading…
Reference in New Issue