[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.

svn path=/trunk/; revision=53217
This commit is contained in:
Amine Khaldi
2011-08-13 22:06:42 +00:00
parent ac5fecad86
commit 65e2999b86
+1 -2
View File
@@ -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>