[NETCFGX]

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

svn path=/trunk/; revision=61798
This commit is contained in:
Amine Khaldi 2014-01-25 10:45:26 +00:00
parent 12519e3de8
commit b41d73f835
3 changed files with 22 additions and 20 deletions

View file

@ -9,6 +9,12 @@
#include "precomp.h"
#include <olectl.h>
#define NTOS_MODE_USER
#include <ndk/iofuncs.h>
#include <ndk/rtlfuncs.h>
#define NDEBUG
#include <debug.h>

View file

@ -1,37 +1,27 @@
#ifndef _PRECOMP_H__
#define _PRECOMP_H__
#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winreg.h>
#include <winbase.h>
#include <winnls.h>
#include <winreg.h>
#include <objbase.h>
#include <winsock2.h>
#define NTOS_MODE_USER
#include <ndk/iofuncs.h>
#include <ndk/rtlfuncs.h>
#include <netcfgx.h>
#include <setupapi.h>
#include <stdio.h>
#include <iphlpapi.h>
#include <dhcpcsdk.h>
#include <dhcpcapi.h>
#include <olectl.h>
#include <netcfgn.h>
#include "resource.h"
//#include <prsht.h>
//#include <initguid.h>
#include <devguid.h>
#include "resource.h"
typedef HRESULT (CALLBACK *LPFNCREATEINSTANCE)(IUnknown* pUnkOuter, REFIID riid, LPVOID* ppvObject);
typedef struct {
REFIID riid;
@ -72,4 +62,4 @@ HRESULT WINAPI TcpipConfigNotify_Constructor (IUnknown * pUnkOuter, REFIID riid,
extern const GUID CLSID_TcpipConfigNotifyObject;
#endif
#endif /* _PRECOMP_H__ */

View file

@ -1,5 +1,11 @@
#include "precomp.h"
#include <winnls.h>
#include <winsock.h>
#include <iphlpapi.h>
#include <dhcpcsdk.h>
#include <dhcpcapi.h>
typedef struct
{
DWORD EnableSecurityFilters;