[SVCHOST]

* Remove one time inclusions from the main header and put them back where they belong.
* Do not include the whole NDK.
* Improve the main header.
CORE-7716

svn path=/trunk/; revision=61606
This commit is contained in:
Amine Khaldi
2014-01-13 12:50:25 +00:00
parent ea967bce14
commit 45f0399831
4 changed files with 14 additions and 4 deletions
+3
View File
@@ -10,6 +10,9 @@
#include "svchost.h"
#include <lmerr.h>
#include <nb30.h>
/* GLOBALS *******************************************************************/
LONG GlobalNetBiosUseCount;
@@ -11,6 +11,9 @@
extern "C"
{
#include "svchost.h"
#include <aclapi.h>
#include <objidl.h>
}
/* GLOBALS *******************************************************************/
+2
View File
@@ -10,6 +10,8 @@
#include "svchost.h"
#include <objidl.h>
/* GLOBALS *******************************************************************/
LIST_ENTRY DllList;
+6 -4
View File
@@ -7,11 +7,13 @@
*/
#pragma once
#define WIN32_NO_STATUS
#include <windows.h>
#include <aclapi.h>
#include <ntndk.h>
#include <lmerr.h>
#define WIN32_LEAN_AND_MEAN
#include <rpc.h>
#include <ndk/rtlfuncs.h>
#include <ndk/kdtypes.h>
//
// FIXME: Should go in public headers