mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Add dependence from pnp_client also, since in fact it uses it (includes pnp_c.h). It worked before only because lib/setupapi depends on pnp_c, and it's build earlier than umpnpmgr.
svn path=/trunk/; revision=16523
This commit is contained in:
parent
97679e7210
commit
122bcd196f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
<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="__USE_W32API" />
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
|
|
Loading…
Reference in a new issue