Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

40 lines
605 B

#define ISN_NT 1
//
// These are needed for CTE
//
#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 <windef.h>
#include <winbase.h>
#include <ntosp.h>
#include <wdbgexts.h>
#include <stdio.h>
#include <stdlib.h>
#include <nb30.h>
#include <cxport.h>
#include <ndis.h>
#include <tdikrnl.h>
#include "nbfconst.h"
#include "nbfmac.h"
#include "nbfhdrs.h"
#include "nbfcnfg.h"
#include "nbftypes.h"
#include "nbfprocs.h"
#include "nbfcom.h"
#include "traverse.h"
#include "cteext.h"