mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[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:
parent
12519e3de8
commit
b41d73f835
3 changed files with 22 additions and 20 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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__ */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue