reactos/dll/win32/wshirda/wshirda.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

27 lines
492 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Winsock 2 IRDA Helper DLL
* FILE: include/ws2help.h
* PURPOSE: WinSock 2 IRDA Helper DLL
*/
#ifndef __WSHIRDA_H
#define __WSHIRDA_H
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#define NTOS_MODE_USER
#include <ndk/rtlfuncs.h>
#include <wsahelp.h>
#define EXPORT WINAPI
#endif /* __WSHIRDA_H */
/* EOF */