windows-nt/Source/XPSP1/NT/net/nwlink/nb/precomp.h
2020-09-26 16:20:57 +08:00

45 lines
515 B
C

/*++
Copyright (c) 1993-1995 Microsoft Corporation
Module Name:
precomp.h
Abstract:
Precompilation header file.
Author:
Adam Barr (adamba) 08-Sep-1993
Revision History:
--*/
#define ISN_NT 1
//
// These are needed for CTE
//
#if DBG
#define DEBUG 1
#endif
#define NT 1
#include <ntosp.h>
#include <zwapi.h>
#include <ndis.h>
#include <tdikrnl.h>
#include <cxport.h>
#include <isnipx.h>
#include <bind.h>
#include "isnnb.h"
#include "config.h"
#include "nbitypes.h"
#include "nbiprocs.h"