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.
35 lines
547 B
35 lines
547 B
#if DBG
|
|
#define DEBUG 1
|
|
#endif
|
|
|
|
#define NT 1
|
|
#define _PNP_POWER 1
|
|
#define SECFLTR 1
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <ntverp.h>
|
|
#include <windows.h>
|
|
#include <ntosp.h>
|
|
|
|
#include <ndis.h>
|
|
#include <cxport.h>
|
|
|
|
#include <wdbgexts.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "gpcifc.h"
|
|
#include "rhizome.h"
|
|
#include "pathash.h"
|
|
#include "handfact.h"
|
|
#include "ntddgpc.h"
|
|
#include "gpcstruc.h"
|
|
#include "refcnt.h"
|
|
#include "gpcdef.h"
|
|
#include "gpcdbg.h"
|
|
#include "gpcmap.h"
|
|
|
|
#pragma hdrstop
|