Created new module for wshirda.dll
[reactos.git] / reactos / lib / wshirda / wshirda.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Winsock 2 IRDA Helper DLL
4 * FILE: include/ws2help.h
5 * PURPOSE: WinSock 2 IRDA Helper DLL
6 */
7 #ifndef __WSHIRDA_H
8 #define __WSHIRDA_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 /* __WSHIRDA_H */
21
22 /* EOF */