Forgotten in previous commit.
[reactos.git] / include / reactos / winsock / msafd.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Ancillary Function Driver DLL
4 * FILE: include/msafd.h
5 * PURPOSE: Ancillary Function Driver DLL header
6 */
7
8 #define NTOS_MODE_USER
9 #define WIN32_NO_STATUS
10 #define _CRT_SECURE_NO_DEPRECATE
11 #define _WIN32_WINNT 0x502
12
13 /* Winsock Headers */
14 #include <winsock2.h>
15 #include <mswsock.h>
16 #include <ws2spi.h>
17 #include <ws2tcpip.h>
18 #include <windns.h>
19 #include <nspapi.h>
20 #include <ws2atm.h>
21
22 /* NDK */
23 #include <rtlfuncs.h>
24 #include <obfuncs.h>
25 #include <exfuncs.h>
26 #include <iofuncs.h>
27 #include <kefuncs.h>
28
29 /* Shared NSP Header */
30 #include <nsp_dns.h>
31
32 /* Winsock 2 API Helper Header */
33 #include <ws2help.h>
34
35 /* Winsock Helper Header */
36 #include <wsahelp.h>
37
38 /* AFD/TDI Headers */
39 #include <tdi.h>
40 #include <afd/shared.h>
41
42 /* DNSLIB/API Header */
43 #include <dnslib.h>
44 #include <windnsp.h>
45
46 /* Library Headers */
47 #include "msafdlib.h"
48 #include "rnr20lib.h"
49 #include "wsmobile.h"
50 #include "mswinsock.h"
51
52 /* EOF */