summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isn/fwd/precomp.h
blob: bc471bd40df2df9c7fe8d3dfc4b8a6e3b00cd019 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*++

Copyright (c) 1995  Microsoft Corporation

Module Name:

    ntos\tdi\isn\fwd\precomp.h

Abstract:
    IPX Forwarder driver precompiled header file


Author:

    Vadim Eydelman

Revision History:

--*/

#define ISN_NT 1
#define NT 1

#if DBG
#define DEBUG 1
#endif

// System includes
#include <ntos.h>
#include <tdikrnl.h>
#include <ndis.h>
#include <zwapi.h>
#include <limits.h>

// IPX shared includes
#include "bind.h"
#include "ipxfwd.h"
#include "ipxfltif.h"

// Constants and macros
#include "fwddefs.h"
#include "rwlock.h"

// Internal module prototypes
#include "tables.h"
#include "registry.h"
#include "packets.h"
#include "ipxbind.h"
#include "rcvind.h"
#include "send.h"
#include "netbios.h"
#include "lineind.h"
#include "ddreqs.h"
#include "driver.h"
#include "filterif.h"
#include "debug.h"

#pragma hdrstop