mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +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
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
//#define GET_IF_ENTRY2_IMPLEMENTED 1
|
||||||
|
|
||||||
DWORD _RpcOpenHandle(
|
DWORD _RpcOpenHandle(
|
||||||
wchar_t *arg_1,
|
wchar_t *arg_1,
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
<library>advapi32</library>
|
<library>advapi32</library>
|
||||||
<library>rpcrt4</library>
|
<library>rpcrt4</library>
|
||||||
<library>pseh</library>
|
<library>pseh</library>
|
||||||
|
<library>iphlpapi</library>
|
||||||
<file>wlansvc.c</file>
|
<file>wlansvc.c</file>
|
||||||
<file>rpcserver.c</file>
|
<file>rpcserver.c</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in a new issue