-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathproject.h
44 lines (36 loc) · 901 Bytes
/
project.h
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
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// KIP (NT-kernel TCP/IP implementation library)
//
// module: project.h
// $Revision: 79 $
// $Date: 2012-01-18 12:59:39 +0400 (Ср, 18 янв 2012) $
// description:
// precompiled header
#pragma once
#define _WIN2K_COMPAT_SLIST_USAGE 1
#include <ntddk.h>
#include <ndis.h>
#include <ntintsafe.h>
#include <wwan.h>
#include <ndiswwan.h>
#include <ntimage.h>
#include <inaddr.h>
#include <tdikrnl.h>
#include "macros.h"
#include "ntddkex.h"
#include "kdbg.h"
#include "bklib.h"
#include "rtl.h"
#include "debug.h"
#include "iphdr.h"
#include "ndisx.h"
// if
#include "kipioctl.h"
//lwip if
#include "rosip.h"
#include "etharp.h"
//local headers
#include "khook.h"
#include "miniport.h"
#include "protocol.h"
#include "ndisif.h"