[ros-diffs] [fireball] 42072: - Win32k's main include file is win32k.h, not w32k.h in this branch.

fireball at svn.reactos.org fireball at svn.reactos.org
Sun Jul 19 00:14:09 CEST 2009


Author: fireball
Date: Sun Jul 19 00:14:08 2009
New Revision: 42072

URL: http://svn.reactos.org/svn/reactos?rev=42072&view=rev
Log:
- Win32k's main include file is win32k.h, not w32k.h in this branch.

Modified:
    branches/arwinss/reactos/tools/gendib/gendib.c

Modified: branches/arwinss/reactos/tools/gendib/gendib.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/tools/gendib/gendib.c?rev=42072&r1=42071&r2=42072&view=diff
==============================================================================
--- branches/arwinss/reactos/tools/gendib/gendib.c [iso-8859-1] (original)
+++ branches/arwinss/reactos/tools/gendib/gendib.c [iso-8859-1] Sun Jul 19 00:14:08 2009
@@ -1006,7 +1006,7 @@
   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 <win32k.h>\n");
   CreateShiftTables(Out);
 
   RopInfo = FindRopInfo(ROPCODE_GENERIC);



More information about the Ros-diffs mailing list