Merge r55012 adding Wine3D control panel as per Amine's request.
[reactos.git] / dll / win32 / 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/rtlfuncs.h>
14
15 #include <wsahelp.h>
16
17 #define EXPORT WINAPI
18
19 #endif /* __WSHIRDA_H */
20
21 /* EOF */