update for HEAD-2003091401
[reactos.git] / lib / ws2help / ws2help.h
1 /*
2  * COPYRIGHT:   See COPYING in the top level directory
3  * PROJECT:     ReactOS WinSock 2 Helper DLL for TCP/IP
4  * FILE:        include/ws2help.h
5  * PURPOSE:     WinSock 2 Helper DLL for TCP/IP header
6  */
7 #ifndef __WS2HELP_H
8 #define __WS2HELP_H
9
10 #include <stdlib.h>
11 #include <wsahelp.h>
12 #include <windows.h>
13 #include <ddk/ntddk.h>
14 #include <debug.h>
15
16 #define EXPORT STDCALL
17
18 #define OBJ_NAME_PATH_SEPARATOR ((WCHAR)L'\\')
19
20
21 #endif /* __WS2HELP_H */
22
23 /* EOF */