[MSWSOCK]

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

svn path=/trunk/; revision=61791
This commit is contained in:
Amine Khaldi 2014-01-24 18:18:39 +00:00
parent 0be7d31f22
commit 3dc50e3afc
3 changed files with 8 additions and 5 deletions

View file

@ -9,6 +9,9 @@
#include "precomp.h"
#include <winsock2.h>
#include <mswsock.h>
/*
* @implemented
*/

View file

@ -1,11 +1,8 @@
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winsock2.h>
#include <mswsock.h>
#include <ws2spi.h>
#include <nspapi.h>

View file

@ -9,6 +9,9 @@
#include "precomp.h"
#include <ws2spi.h>
#include <nspapi.h>
typedef DWORD (* LPFN_NSPAPI)(VOID);
typedef struct _NS_ROUTINE {
DWORD dwFunctionCount;