#include "w32k.h" -> #include <w32k.h>
authorThomas Bluemel <thomas@reactsoft.com>
Sat, 29 Oct 2005 11:28:37 +0000 (11:28 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sat, 29 Oct 2005 11:28:37 +0000 (11:28 +0000)
svn path=/trunk/; revision=18845

reactos/tools/gendib/gendib.c

index f9c1383..89f5ee2 100644 (file)
@@ -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");
   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);
   CreateShiftTables(Out);
 
   RopInfo = FindRopInfo(ROPCODE_GENERIC);