#include "w32k.h" -> #include <w32k.h>
Modified: trunk/reactos/tools/gendib/gendib.c
--- trunk/reactos/tools/gendib/gendib.c 2005-10-29 11:05:23 UTC (rev 18844) +++ trunk/reactos/tools/gendib/gendib.c 2005-10-29 11:28:37 UTC (rev 18845) @@ -999,7 +999,7 @@
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 <w32k.h>\n");
CreateShiftTables(Out); RopInfo = FindRopInfo(ROPCODE_GENERIC);