mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user