e81f7d568678abf6b5f7663775dfc3fe929d3b32
[reactos.git] / dll / win32 / ws2_32_new / inc / ws2_32.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS WinSock 2.2 Library
4 * FILE: lib/ws2_32.h
5 * PURPOSE: WinSock 2.2 Main Header
6 */
7
8 #ifndef __WS2_32_H
9 #define __WS2_32_H
10
11 /* Definitions for NDK Usage */
12 #define WIN32_NO_STATUS
13 //#define _WIN32_WINNT 0x502
14 #define NTOS_MODE_USER
15 #define _CRT_SECURE_NO_DEPRECATE
16 #define WINSOCK_API_LINKAGE
17
18 /* C Header */
19 #include <stdio.h>
20
21 /* PSDK and NDK Headers */
22 #include <winsock2.h>
23 #include <ws2tcpip.h>
24 #include <ws2spi.h>
25 #include <ndk/umtypes.h>
26 #include <ndk/rtlfuncs.h>
27 #include <svcguid.h>
28
29 /* Winsock Helper Header */
30 #include <ws2help.h>
31
32 /* Missing definitions */
33 #define SO_OPENTYPE 0x7008
34 #define SO_SYNCHRONOUS_NONALERT 0x20
35
36 /* Internal headers */
37 #include "ws2_32p.h"
38
39 #endif
40