mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
fix diskdump build
svn path=/trunk/; revision=16280
This commit is contained in:
parent
80a245fca0
commit
e91e67f144
2 changed files with 4 additions and 2 deletions
|
@ -32,9 +32,10 @@
|
|||
#include <ddk/ntdddisk.h>
|
||||
#include <ddk/ntddscsi.h>
|
||||
#include <ddk/class2.h>
|
||||
#include <ddk/core.h>
|
||||
|
||||
#include <ndk/ntndk.h>
|
||||
#include <napi/core.h>
|
||||
#include <ndk/extypes.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include "../scsiport/scsiport_int.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#define MM_CORE_DUMP_HEADER_VERSION (0x1)
|
||||
|
||||
#include <ddk/ntddscsi.h>
|
||||
#include <ndk/ketypes.h>
|
||||
typedef struct _MM_CORE_DUMP_HEADER
|
||||
{
|
||||
ULONG Magic;
|
||||
|
|
Loading…
Reference in a new issue