From f0cbb2db03f6a03d0e75f5c47f950c7619f839fc Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Mon, 28 Oct 2002 15:27:01 +0000 Subject: [PATCH] Found the problem, local copy of win32k.c required here but not in repository? svn path=/trunk/; revision=3669 --- reactos/subsys/csrss/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/csrss/makefile b/reactos/subsys/csrss/makefile index db9b3d3ebeb..81492f05ca2 100644 --- a/reactos/subsys/csrss/makefile +++ b/reactos/subsys/csrss/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.19 2002/10/28 15:19:09 robd Exp $ +# $Id: makefile,v 1.20 2002/10/28 15:27:01 robd Exp $ PATH_TO_TOP = ../.. @@ -23,7 +23,8 @@ OBJECTS_MISC = \ $(TARGET_NAME).o \ init.o \ print.o \ - video.o + video.o \ + win32k.o TARGET_OBJECTS = \ $(OBJECTS_API) \