mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[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:
parent
0be7d31f22
commit
3dc50e3afc
3 changed files with 8 additions and 5 deletions
|
@ -9,6 +9,9 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winsock2.h>
|
||||
#include <mswsock.h>
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <ws2spi.h>
|
||||
#include <nspapi.h>
|
||||
|
||||
typedef DWORD (* LPFN_NSPAPI)(VOID);
|
||||
typedef struct _NS_ROUTINE {
|
||||
DWORD dwFunctionCount;
|
||||
|
|
Loading…
Reference in a new issue