mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user