From 77f8aeb66b7ace950dc6ed75a37a41cf5c990108 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sat, 29 Oct 2005 11:28:37 +0000 Subject: [PATCH] #include "w32k.h" -> #include svn path=/trunk/; revision=18845 --- reactos/tools/gendib/gendib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/gendib/gendib.c b/reactos/tools/gendib/gendib.c index f9c1383b55c..89f5ee2d5d7 100644 --- a/reactos/tools/gendib/gendib.c +++ b/reactos/tools/gendib/gendib.c @@ -999,7 +999,7 @@ Generate(char *OutputDir, unsigned Bpp) MARK(Out); Output(Out, "/* This is a generated file. Please do not edit */\n"); Output(Out, "\n"); - Output(Out, "#include \"w32k.h\"\n"); + Output(Out, "#include \n"); CreateShiftTables(Out); RopInfo = FindRopInfo(ROPCODE_GENERIC);