commit | 64e10d271ddcfee45cadb60051d88a97539d54b0 | [log] [tgz] |
---|---|---|
author | Hans Leidekker <hans@it.vu.nl> | Tue Jun 01 19:45:34 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jun 01 19:45:34 2004 +0000 |
tree | 0c6ba095107492561ba949515433481ef9e5e2b5 | |
parent | 3c705bf0081afe2c794877448f6dbd14d2141e64 [diff] |
Link to ntdll.
diff --git a/dlls/shlwapi/Makefile.in b/dlls/shlwapi/Makefile.in index a1a08a9..fc09c5e 100644 --- a/dlls/shlwapi/Makefile.in +++ b/dlls/shlwapi/Makefile.in
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = shlwapi.dll -IMPORTS = ole32 user32 gdi32 advapi32 kernel32 +IMPORTS = ole32 user32 gdi32 advapi32 kernel32 ntdll DELAYIMPORTS = oleaut32 EXTRALIBS = -luuid $(LIBUNICODE)