[NETCFGX]

* Improve the PCH and activate it.

svn path=/trunk/; revision=53186
This commit is contained in:
Amine Khaldi 2011-08-11 15:17:39 +00:00
parent 79b21071d2
commit 79e63a86b2
6 changed files with 6 additions and 9 deletions

View file

@ -23,5 +23,5 @@ target_link_libraries(netcfgx
wine)
add_importlibs(netcfgx rpcrt4 setupapi advapi32 iphlpapi ole32 user32 comctl32 ws2_32 msvcrt kernel32 ntdll)
add_pch(netcfgx precomp.h)
add_cd_file(TARGET netcfgx DESTINATION reactos/system32 FOR all)

View file

@ -1,5 +1,4 @@
#include "precomp.h"
#include <devguid.h>
typedef struct
{

View file

@ -1,5 +1,4 @@
#include "precomp.h"
#include <devguid.h>
typedef struct
{

View file

@ -7,19 +7,14 @@
* PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org)
*/
#include "precomp.h"
#include <initguid.h>
#include <devguid.h>
#define NDEBUG
#include <debug.h>
HINSTANCE netcfgx_hInstance;
const GUID CLSID_TcpipConfigNotifyObject = {0xA907657F, 0x6FDF, 0x11D0, {0x8E, 0xFB, 0x00, 0xC0, 0x4F, 0xD9, 0x12, 0xB2}};
static INTERFACE_TABLE InterfaceTable[] =
{
{

View file

@ -20,4 +20,5 @@
<file>inetcfgcomp_iface.c</file>
<file>tcpipconf_notify.c</file>
<file>netcfgx.rc</file>
<pch>precomp.h</pch>
</module>

View file

@ -18,6 +18,9 @@
#include "resource.h"
#include <prsht.h>
#include <initguid.h>
#include <devguid.h>
typedef HRESULT (CALLBACK *LPFNCREATEINSTANCE)(IUnknown* pUnkOuter, REFIID riid, LPVOID* ppvObject);
typedef struct {
REFIID riid;