[WS2HELP]

* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61840
This commit is contained in:
Amine Khaldi 2014-01-26 19:57:03 +00:00
parent cf5fded068
commit 88daaeca46
4 changed files with 11 additions and 10 deletions

View file

@ -9,6 +9,8 @@
#include "precomp.h"
#include <ws2help.h>
/* DATA **********************************************************************/
CRITICAL_SECTION WshHandleTableLock;

View file

@ -9,6 +9,10 @@
#include "precomp.h"
#include <ndk/iofuncs.h>
#include "wshdrv.h"
/* DATA **********************************************************************/
typedef struct _WSH_HELPER_CONTEXT

View file

@ -4,6 +4,7 @@
* FILE: lib/ws2help/precomp.h
* PURPOSE: WinSock 2 Helper DLL
*/
#ifndef __PRECOMP_H
#define __PRECOMP_H
@ -16,6 +17,7 @@
#define INCL_WINSOCK_API_TYPEDEFS 1
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
@ -23,12 +25,7 @@
#include <ws2spi.h>
/* NDK Headers */
#include <rtlfuncs.h>
#include <iofuncs.h>
/* Shared Winsock Helper headers */
#include <ws2help.h>
#include "wshdrv.h"
#include <ndk/rtlfuncs.h>
/* Missing definition */
#define SO_OPENTYPE 0x20
@ -50,6 +47,4 @@ Ws2helpInitialize(VOID);
#define WS2HELP_PROLOG() \
(Ws2helpInitialized? ERROR_SUCCESS : Ws2helpInitialize())
#endif /* __WS2HELP_H */
/* EOF */
#endif /* __PRECOMP_H */

View file

@ -25,4 +25,4 @@ typedef struct _WAH_EA_DATA2
#define IOCTL_WS2IFSL_SET_HANDLE 0x12B00
#endif
#endif /* __WSHDRV_H */