mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
umpnpmgr only needs the server component, not the client one
svn path=/trunk/; revision=31811
This commit is contained in:
parent
9acaff6a65
commit
0f61bddc45
2 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
#include <rpc.h>
|
||||
#include <rpcdce.h>
|
||||
|
||||
#include "pnp_c.h"
|
||||
#include "pnp_s.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<module name="umpnpmgr" type="win32cui" installbase="system32" installname="umpnpmgr.exe">
|
||||
<include base="umpnpmgr">.</include>
|
||||
<include base="pnp_server">.</include>
|
||||
<include base="pnp_client">.</include>
|
||||
<define name="WINVER">0x600</define>
|
||||
<define name="_WIN32_IE">0x0500</define>
|
||||
<define name="_WIN32_WINNT">0x0600</define>
|
||||
|
|
Loading…
Reference in a new issue