Sync to Wine-0_9_4:
[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 #define WIN32_NO_STATUS
11 #include <windows.h>
12 #define NTOS_MODE_USER
13 #include <ndk/ntndk.h>
14
15 #include <wsahelp.h>
16
17 #define EXPORT STDCALL
18
19 #define OBJ_NAME_PATH_SEPARATOR ((WCHAR)L'\\')
20
21
22 #endif /* __WSHIRDA_H */
23
24 /* EOF */