[PATCH v2 1/6] dnsapi: Delay import netapi32.
Signed-off-by: Huw Davies <huw(a)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
Huw Davies <huw(a)codeweavers.com> writes:
Signed-off-by: Huw Davies <huw(a)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. -- Alexandre Julliard julliard(a)winehq.org
On Thu, Aug 05, 2021 at 08:47:58PM +0200, Alexandre Julliard wrote:
Huw Davies <huw(a)codeweavers.com> writes:
Signed-off-by: Huw Davies <huw(a)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(a)codeweavers.com> writes:
On Thu, Aug 05, 2021 at 08:47:58PM +0200, Alexandre Julliard wrote:
Huw Davies <huw(a)codeweavers.com> writes:
Signed-off-by: Huw Davies <huw(a)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. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Huw Davies