Signed-off-by: Huw Davies huw@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
Huw Davies huw@codeweavers.com writes:
Signed-off-by: Huw Davies huw@codeweavers.com
dlls/dnsapi/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
That doesn't help I'm afraid, I'm still getting the same errors.
On Thu, Aug 05, 2021 at 08:47:58PM +0200, Alexandre Julliard wrote:
Huw Davies huw@codeweavers.com writes:
Signed-off-by: Huw Davies huw@codeweavers.com
dlls/dnsapi/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
That doesn't help I'm afraid, I'm still getting the same errors.
Hmm, any chance this wasn't a clean build? I had to explicitly run: make dlls/dnsapi/clean for this change to take effect.
Huw.
Huw Davies huw@codeweavers.com writes:
On Thu, Aug 05, 2021 at 08:47:58PM +0200, Alexandre Julliard wrote:
Huw Davies huw@codeweavers.com writes:
Signed-off-by: Huw Davies huw@codeweavers.com
dlls/dnsapi/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
That doesn't help I'm afraid, I'm still getting the same errors.
Hmm, any chance this wasn't a clean build? I had to explicitly run: make dlls/dnsapi/clean for this change to take effect.
Indeed, it looks like it wasn't rebuilt properly, my mistake.