[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690
Alexandre Julliard
julliard at winehq.org
Sun Jun 17 20:00:58 UTC 2012
The following commit has been merged in the wheezy branch:
commit 5b9b229deb35c9a3c20239c643872a36cc3e9529
Author: André Hentschel <nerv at dawncrow.de>
Date: Thu Mar 8 15:05:54 2012 +0100
iphlpapi: Make GetAdaptersAddresses hotpatchable.
(cherry picked from commit b93c3905b037b3355a91f6f24e4d6cd1e42c34dc)
diff --git a/dlls/iphlpapi/iphlpapi_main.c b/dlls/iphlpapi/iphlpapi_main.c
index 2a3285f..a569041 100644
--- a/dlls/iphlpapi/iphlpapi_main.c
+++ b/dlls/iphlpapi/iphlpapi_main.c
@@ -1032,8 +1032,8 @@ static ULONG get_dns_suffix(WCHAR *suffix, ULONG *len)
return ERROR_SUCCESS;
}
-ULONG WINAPI GetAdaptersAddresses(ULONG family, ULONG flags, PVOID reserved,
- PIP_ADAPTER_ADDRESSES aa, PULONG buflen)
+ULONG WINAPI DECLSPEC_HOTPATCH GetAdaptersAddresses(ULONG family, ULONG flags, PVOID reserved,
+ PIP_ADAPTER_ADDRESSES aa, PULONG buflen)
{
InterfaceIndexTable *table;
ULONG i, size, dns_server_size, dns_suffix_size, total_size, ret = ERROR_NO_DATA;
--
Debian Wine packaging
More information about the pkg-wine-party
mailing list