mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
readll ntdll lib for DbgPrint
svn path=/trunk/; revision=8886
This commit is contained in:
parent
9b62efc1ca
commit
0529529902
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ SRCDIR = @srcdir@
|
|||
VPATH = @srcdir@
|
||||
MODULE = shell32.dll
|
||||
# fixme: avoid ole32.dll import
|
||||
IMPORTS = ole32 shlwapi comctl32 user32 gdi32 advapi32 kernel32
|
||||
IMPORTS = ole32 shlwapi comctl32 user32 gdi32 advapi32 kernel32 ntdll
|
||||
ALTNAMES = shell.dll
|
||||
EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue