Link mapi32 to ntdll.
This commit is contained in:
parent
3cea3a5f34
commit
15cc98515c
|
@ -3,7 +3,7 @@ TOPOBJDIR = ../..
|
||||||
SRCDIR = @srcdir@
|
SRCDIR = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
MODULE = mapi32.dll
|
MODULE = mapi32.dll
|
||||||
IMPORTS = shlwapi ole32 user32 kernel32
|
IMPORTS = shlwapi ole32 user32 kernel32 ntdll
|
||||||
EXTRALIBS = -luuid $(LIBUNICODE)
|
EXTRALIBS = -luuid $(LIBUNICODE)
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
|
|
Loading…
Reference in New Issue