mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 18:46:29 +00:00
We need to import ntdll for DbgPrint
svn path=/trunk/; revision=10817
This commit is contained in:
parent
c8686d8770
commit
3585f39f48
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.3 2004/05/28 17:56:17 royce Exp $
|
||||
# $Id: makefile,v 1.4 2004/09/10 23:30:45 sedwards Exp $
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
|
||||
|
@ -13,7 +13,7 @@ TARGET_CFLAGS += -D_DISABLE_TIDENTS -D__USE_W32API
|
|||
|
||||
TARGET_NAME = user32_test
|
||||
|
||||
TARGET_SDKLIBS = gdi32.a user32.a
|
||||
TARGET_SDKLIBS = gdi32.a user32.a ntdll.a
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
testlist.o \
|
||||
|
|
Loading…
Reference in a new issue