From: Thomas Bluemel Date: Sat, 29 Oct 2005 11:28:37 +0000 (+0000) Subject: #include "w32k.h" -> #include X-Git-Tag: backups/ros-branch-0_2_9@19949~1040 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=77f8aeb66b7ace950dc6ed75a37a41cf5c990108;hp=6612001198420cf485b6f32c346d6159d880425b #include "w32k.h" -> #include svn path=/trunk/; revision=18845 --- 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);