Detlef Riekenberg : shlwapi: Forward DnsRecordSetCompare to dnsapi.

Alexandre Julliard julliard at winehq.org
Fri Jun 12 10:41:09 CDT 2009


Module: wine
Branch: master
Commit: 131ab8d8251b957aa8a4e0f47dd2562a60359d0e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=131ab8d8251b957aa8a4e0f47dd2562a60359d0e

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Fri Jun 12 10:56:34 2009 +0200

shlwapi: Forward DnsRecordSetCompare to dnsapi.

---

 dlls/shlwapi/Makefile.in  |    2 +-
 dlls/shlwapi/shlwapi.spec |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shlwapi/Makefile.in b/dlls/shlwapi/Makefile.in
index c178148..bafe9f2 100644
--- a/dlls/shlwapi/Makefile.in
+++ b/dlls/shlwapi/Makefile.in
@@ -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 \
diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec
index d9cc3a5..b7ea3aa 100644
--- a/dlls/shlwapi/shlwapi.spec
+++ b/dlls/shlwapi/shlwapi.spec
@@ -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)




More information about the wine-cvs mailing list