mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[WLANSVC]
- Add required libary iphlpapi svn path=/trunk/; revision=46061
This commit is contained in:
parent
9334360266
commit
5e3123f80a
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
//#define GET_IF_ENTRY2_IMPLEMENTED 1
|
||||
|
||||
DWORD _RpcOpenHandle(
|
||||
wchar_t *arg_1,
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<library>advapi32</library>
|
||||
<library>rpcrt4</library>
|
||||
<library>pseh</library>
|
||||
<library>iphlpapi</library>
|
||||
<file>wlansvc.c</file>
|
||||
<file>rpcserver.c</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue