mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NETSHELL]
* Improve the PCH. svn path=/trunk/; revision=53181
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#include "precomp.h"
|
||||
#include <initguid.h>
|
||||
#include <devguid.h>
|
||||
|
||||
HINSTANCE netshell_hInstance;
|
||||
const GUID CLSID_LANConnectUI = {0x7007ACC5, 0x3202, 0x11D1, {0xAA, 0xD2, 0x00, 0x80, 0x5F, 0xC1, 0x27, 0x0E}};
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <iphlpapi.h>
|
||||
#include <shtypes.h>
|
||||
#include <setupapi.h>
|
||||
#include <initguid.h>
|
||||
#include <devguid.h>
|
||||
#include <netcon.h>
|
||||
#include <docobj.h>
|
||||
@@ -36,7 +37,6 @@
|
||||
#include <netcfgn.h>
|
||||
#include <prsht.h>
|
||||
|
||||
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "resource.h"
|
||||
|
||||
Reference in New Issue
Block a user