46 lines
538 B
C
46 lines
538 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
|
||
|
#define _HIPX_SUBAGNT
|
||
|
|
||
|
#include <ntosp.h>
|
||
|
#include <tdikrnl.h>
|
||
|
#include <ndis.h>
|
||
|
#include <cxport.h>
|
||
|
#include <bind.h>
|
||
|
#include "isnipx.h"
|
||
|
#include "config.h"
|
||
|
#include "mac.h"
|
||
|
#include "ipxtypes.h"
|
||
|
#include "ipxprocs.h"
|
||
|
#include <wsnwlink.h>
|