[IPHLPAPI]

* Mark as hotpatchable.
CORE-7959

svn path=/trunk/; revision=62358
This commit is contained in:
Amine Khaldi 2014-02-28 18:39:29 +00:00
parent 66e64a9325
commit ccee4fcbce
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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;