projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
#include "w32k.h" -> #include <w32k.h>
[reactos.git]
/
reactos
/
tools
/
gendib
/
gendib.c
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);