:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[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 <wsahelp.h>
11 #include <windows.h>
12 #include <ddk/ntddk.h>
13 #include <debug.h>
14
15 #define EXPORT STDCALL
16
17 #define OBJ_NAME_PATH_SEPARATOR ((WCHAR)L'\\')
18
19
20 #endif /* __WS2HELP_H */
21
22 /* EOF */