Module: wine
Branch: master
Commit: 3bace8862f1b49e40574d1c9647e6984f10d026f
URL: https://source.winehq.org/git/wine.git/?a=commit;h=3bace8862f1b49e40574d1c9…
Author: Huw Davies <huw(a)codeweavers.com>
Date: Mon Aug 9 10:06:26 2021 +0100
iphlpapi: Rewrite GetAdaptersAddresses() to first alloc and then copy the info.
This refractoring is necessary to simplify implementing it on top of nsi.
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/iphlpapi/iphlpapi_main.c | 502 +++++++++++++++++++++++++-----------------
1 file changed, 300 insertions(+), 202 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3bace8862f1b49e40574…