-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathStdafx.h
37 lines (28 loc) · 1.47 KB
/
Stdafx.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
/*************************************************************************/
/* Copyright (c) 2000-2018 NT Kernel Resources. */
/* All Rights Reserved. */
/* http://www.ntkernel.com */
/* ndisrd@ntkernel.com */
/* */
/* Module Name: stdafx.h */
/* */
/* Abstract: include file for standard system include files, */
/* or project specific include files that are used frequently, */
/* but are changed infrequently */
/* */
/* Environment: */
/* .NET User mode */
/* */
/*************************************************************************/
#pragma once
#include <WinSock2.h>
#include <ws2ipdef.h>
#include <Mstcpip.h>
#include <tchar.h>
#include <msclr\marshal.h>
#include <msclr\marshal_cppstd.h>
#include <vector>
#include <algorithm>
#include "ndisapicl.h"
#include "../include/common.h"
#include "../include/ndisapi.h"