1 /*
2  * PROJECT:     ReactOS API Tests
3  * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
4  * PURPOSE:     Precompiled header for afd_apitest
5  * COPYRIGHT:   Copyright 2018 Thomas Faber (thomas.faber@reactos.org)
6  */
7 
8 #if !defined(_AFD_APITEST_PRECOMP_H_)
9 #define _AFD_APITEST_PRECOMP_H_
10 
11 #include <apitest.h>
12 
13 #define WIN32_NO_STATUS
14 #include <ndk/exfuncs.h>
15 #include <ndk/iofuncs.h>
16 #include <ndk/obfuncs.h>
17 #include <ndk/rtlfuncs.h>
18 
19 #include <winsock2.h>
20 #include <tcpioctl.h>
21 #include <tdi.h>
22 #include <afd/shared.h>
23 
24 #include "AfdHelpers.h"
25 
26 #endif /* _AFD_APITEST_PRECOMP_H_ */
27