mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
#include "w32k.h" -> #include <w32k.h>
svn path=/trunk/; revision=18845
This commit is contained in:
parent
6612001198
commit
77f8aeb66b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue