[ros-diffs] [akhaldi] 53217: [REGEDIT] * Don't include the whole NDK for just one header. * This allows us to depend on 49 headers less, and it shrinks the PCH by 2MB.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Sat Aug 13 22:06:42 UTC 2011


Author: akhaldi
Date: Sat Aug 13 22:06:42 2011
New Revision: 53217

URL: http://svn.reactos.org/svn/reactos?rev=53217&view=rev
Log:
[REGEDIT]
* Don't include the whole NDK for just one header.
* This allows us to depend on 49 headers less, and it shrinks the PCH by 2MB.

Modified:
    trunk/reactos/base/applications/regedit/regedit.h

Modified: trunk/reactos/base/applications/regedit/regedit.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/regedit.h?rev=53217&r1=53216&r2=53217&view=diff
==============================================================================
--- trunk/reactos/base/applications/regedit/regedit.h [iso-8859-1] (original)
+++ trunk/reactos/base/applications/regedit/regedit.h [iso-8859-1] Sat Aug 13 22:06:42 2011
@@ -6,7 +6,7 @@
 #include <windows.h>
 
 #define NTOS_MODE_USER
-#include <ndk/ntndk.h>
+#include <ndk/cmtypes.h>
 
 #include <commctrl.h>
 #include <shellapi.h>
@@ -17,7 +17,6 @@
 #include <stdio.h>
 #include <limits.h>
 #include <accctrl.h>
-#include <objbase.h>
 #include <unknwn.h>
 #include <aclapi.h>
 #include <commdlg.h>




More information about the Ros-diffs mailing list