mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
499 B
32 lines
499 B
|
|
#if DBG
|
|
#define DEBUG 1
|
|
#endif
|
|
|
|
#define NT 1
|
|
#define _PNP_POWER 1
|
|
#define SECFLTR 1
|
|
|
|
#include <ntverp.h>
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
|
|
//
|
|
// Prevent hal.h, included in ntos.h from overriding _BUS_DATA_TYPE
|
|
// enum found in ntioapi.h, included from nt.h.
|
|
//
|
|
#define _HAL_
|
|
#include <ntos.h>
|
|
|
|
#include <windows.h>
|
|
#include <wdbgexts.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <winsock2.h>
|
|
|
|
//#define _NTIFS_
|
|
#undef Ioctl
|
|
#include "clusdskp.h"
|
|
#include "clusdisk.h"
|
|
|