mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[KDCOM]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61853
This commit is contained in:
parent
268afe1faf
commit
cf290173f4
2 changed files with 3 additions and 6 deletions
|
@ -7,8 +7,11 @@
|
|||
*/
|
||||
|
||||
#include "kddll.h"
|
||||
|
||||
#include <cportlib/cportlib.h>
|
||||
#include <arc/arc.h>
|
||||
#include <stdlib.h>
|
||||
#include <ndk/halfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -6,15 +6,9 @@
|
|||
* PROGRAMMER: Timo Kreuzer (timo.kreuzer@ewactos.org)
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define NOEXTAPI
|
||||
#include <ntifs.h>
|
||||
#include <arc/arc.h>
|
||||
#include <halfuncs.h>
|
||||
#include <windbgkd.h>
|
||||
#include <wdbgexts.h>
|
||||
#include <ioaccess.h> /* port intrinsics */
|
||||
|
||||
//#define KDDEBUG /* uncomment to enable debugging this dll */
|
||||
|
||||
|
|
Loading…
Reference in a new issue