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