[PATCH v2 1/6] dnsapi: Delay import netapi32.

Huw Davies huw at codeweavers.com
Thu Aug 5 03:56:41 CDT 2021


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/dnsapi/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dnsapi/Makefile.in b/dlls/dnsapi/Makefile.in
index ae00cf73a9f..d8b33a0533d 100644
--- a/dlls/dnsapi/Makefile.in
+++ b/dlls/dnsapi/Makefile.in
@@ -1,6 +1,6 @@
 MODULE    = dnsapi.dll
 IMPORTLIB = dnsapi
-IMPORTS   = netapi32
+DELAYIMPORTS = netapi32
 EXTRALIBS = $(RESOLV_LIBS)
 
 EXTRADLLFLAGS = -mno-cygwin
-- 
2.23.0




More information about the wine-devel mailing list