fix diskdump build

svn path=/trunk/; revision=16280
This commit is contained in:
Alex Ionescu 2005-06-26 06:06:51 +00:00
parent 80a245fca0
commit e91e67f144
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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;