reactos/dll/win32/wshirda/wshirda.h
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

22 lines
402 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
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <wsahelp.h>
#define EXPORT WINAPI
#endif /* __WSHIRDA_H */
/* EOF */