projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6612001
)
#include "w32k.h" -> #include <w32k.h>
author
Thomas Bluemel
<thomas@reactsoft.com>
Sat, 29 Oct 2005 11:28:37 +0000
(11:28 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/reactos/tools/gendib/gendib.c
b/reactos/tools/gendib/gendib.c
index
f9c1383
..
89f5ee2
100644
(file)
--- 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
<w32k.h>
\n");
CreateShiftTables(Out);
RopInfo = FindRopInfo(ROPCODE_GENERIC);