summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isn/flt/precomp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/tdi/isn/flt/precomp.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/private/ntos/tdi/isn/flt/precomp.h b/private/ntos/tdi/isn/flt/precomp.h
new file mode 100644
index 000000000..9a9d9d54d
--- /dev/null
+++ b/private/ntos/tdi/isn/flt/precomp.h
@@ -0,0 +1,50 @@
+/*++
+
+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 <ndis.h>
+#include <zwapi.h>
+#include <limits.h>
+
+// Routing includes
+#include "ipxtfflt.h"
+
+// IPX shared includes
+#include "ipxfwd.h"
+#include "ipxfltif.h"
+
+// Internal module prototypes
+#include "filter.h"
+#include "fwdbind.h"
+#include "debug.h"
+
+
+#pragma hdrstop
+
+
+