From 3585f39f48dc32eabea22c75bc921c0d0fff5d46 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Fri, 10 Sep 2004 23:30:45 +0000 Subject: [PATCH] We need to import ntdll for DbgPrint svn path=/trunk/; revision=10817 --- reactos/apps/tests/user32/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/apps/tests/user32/makefile b/reactos/apps/tests/user32/makefile index fa0d1b28f2c..32e7dcaf79d 100644 --- a/reactos/apps/tests/user32/makefile +++ b/reactos/apps/tests/user32/makefile @@ -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 \