mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[KDROSDBG] Extract required includes to kdrosdbg.h
CORE-10749
This commit is contained in:
parent
aeb843e014
commit
da9fc33fe2
2 changed files with 8 additions and 8 deletions
|
@ -9,14 +9,7 @@
|
|||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#define NOEXTAPI
|
||||
#include <ntifs.h>
|
||||
#include <halfuncs.h>
|
||||
#include <stdio.h>
|
||||
#include <arc/arc.h>
|
||||
#include <windbgkd.h>
|
||||
#include <kddll.h>
|
||||
|
||||
#include "kdrosdbg.h"
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
7
drivers/base/kdrosdbg/kdrosdbg.h
Normal file
7
drivers/base/kdrosdbg/kdrosdbg.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#define NOEXTAPI
|
||||
#include <ntifs.h>
|
||||
#include <halfuncs.h>
|
||||
#include <stdio.h>
|
||||
#include <arc/arc.h>
|
||||
#include <windbgkd.h>
|
||||
#include <kddll.h>
|
Loading…
Reference in a new issue