Add ntdll to list of imports for urlmon.

This commit is contained in:
Steven Edwards 2003-07-24 00:04:08 +00:00 committed by Alexandre Julliard
parent b317bf2d8e
commit 7076515386
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = urlmon.dll
IMPORTS = cabinet ole32 wininet user32 kernel32
IMPORTS = cabinet ole32 wininet user32 kernel32 ntdll
EXTRALIBS = $(LIBUUID)
LDDLLFLAGS = @LDDLLFLAGS@