ReactOS 0.4.15-dev-7934-g1dc8d80
wshirda.h
Go to the documentation of this file.
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 <stdarg.h>
11
12#define WIN32_NO_STATUS
13#define _INC_WINDOWS
14#define COM_NO_WINDOWS_H
15#include <windef.h>
16#include <winbase.h>
17#define NTOS_MODE_USER
18#include <ndk/rtlfuncs.h>
19
20#include <wsahelp.h>
21
22#define EXPORT WINAPI
23
24#endif /* __WSHIRDA_H */
25
26/* EOF */