mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 17:44:26 +08:00
#include "w32k.h" -> #include <w32k.h>
svn path=/trunk/; revision=18845
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user