mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +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 "svchost.h"
|
||||||
|
|
||||||
|
#include <lmerr.h>
|
||||||
|
#include <nb30.h>
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
||||||
LONG GlobalNetBiosUseCount;
|
LONG GlobalNetBiosUseCount;
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
#include "svchost.h"
|
#include "svchost.h"
|
||||||
|
|
||||||
|
#include <aclapi.h>
|
||||||
|
#include <objidl.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
#include "svchost.h"
|
#include "svchost.h"
|
||||||
|
|
||||||
|
#include <objidl.h>
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
||||||
LIST_ENTRY DllList;
|
LIST_ENTRY DllList;
|
||||||
|
|
|
@ -7,11 +7,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#include <windows.h>
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <aclapi.h>
|
|
||||||
#include <ntndk.h>
|
#include <rpc.h>
|
||||||
#include <lmerr.h>
|
#include <ndk/rtlfuncs.h>
|
||||||
|
#include <ndk/kdtypes.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// FIXME: Should go in public headers
|
// FIXME: Should go in public headers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue