mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00:06 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
21 lines
402 B
C
21 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 */
|