dnsapi: Delay import netapi32.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3f2850aeaa
commit
fc28de99d5
|
@ -1,6 +1,6 @@
|
||||||
MODULE = dnsapi.dll
|
MODULE = dnsapi.dll
|
||||||
IMPORTLIB = dnsapi
|
IMPORTLIB = dnsapi
|
||||||
IMPORTS = netapi32
|
DELAYIMPORTS = netapi32
|
||||||
EXTRALIBS = $(RESOLV_LIBS)
|
EXTRALIBS = $(RESOLV_LIBS)
|
||||||
|
|
||||||
EXTRADLLFLAGS = -mno-cygwin
|
EXTRADLLFLAGS = -mno-cygwin
|
||||||
|
|
Loading…
Reference in New Issue