mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
We need to import ntdll for DbgPrint
svn path=/trunk/; revision=10817
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user