mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[IPHLPAPI]
* Mark as hotpatchable. CORE-7959 svn path=/trunk/; revision=62358
This commit is contained in:
@@ -24,7 +24,7 @@ add_library(iphlpapi SHARED
|
||||
iphlpapi.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/iphlpapi.def)
|
||||
|
||||
set_module_type(iphlpapi win32dll UNICODE)
|
||||
set_module_type(iphlpapi win32dll UNICODE HOTPATCHABLE)
|
||||
target_link_libraries(iphlpapi wine tdilib)
|
||||
add_importlibs(iphlpapi icmp dhcpcsvc advapi32 ws2_32 msvcrt kernel32 ntdll)
|
||||
add_pch(iphlpapi iphlpapi_private.h SOURCE)
|
||||
|
||||
@@ -2281,7 +2281,7 @@ PIP_ADAPTER_ORDER_MAP WINAPI GetAdapterOrderMap(VOID)
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
DWORD WINAPI GetAdaptersAddresses(ULONG Family,ULONG Flags,PVOID Reserved,PIP_ADAPTER_ADDRESSES pAdapterAddresses,PULONG pOutBufLen)
|
||||
DWORD WINAPI DECLSPEC_HOTPATCH GetAdaptersAddresses(ULONG Family,ULONG Flags,PVOID Reserved,PIP_ADAPTER_ADDRESSES pAdapterAddresses,PULONG pOutBufLen)
|
||||
{
|
||||
#if 0
|
||||
InterfaceIndexTable *indexTable;
|
||||
|
||||
Reference in New Issue
Block a user