summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isnp/ipx/precomp.h
blob: 818629e5e6582f45374b02ed0f602ee73e0a8fd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*++

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 <ntos.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>