mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[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:
parent
ea967bce14
commit
45f0399831
4 changed files with 14 additions and 4 deletions
|
@ -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 *******************************************************************/
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "svchost.h"
|
||||
|
||||
#include <objidl.h>
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
||||
LIST_ENTRY DllList;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue