[PATCH 2/3] iphlpapi: Add interface enumeration for Android.

Bruno Jesus 00cpxxx at gmail.com
Thu Sep 19 09:07:07 CDT 2013


On Thu, Sep 19, 2013 at 10:06 AM, Huw Davies <huw at codeweavers.com> wrote:
> ---
>  configure.ac           |   3 +-
>  dlls/iphlpapi/ifenum.c | 199 ++++++++++++++++++++++++++++++++++++++++++++++++-
>  2 files changed, 200 insertions(+), 2 deletions(-)

Hi, Huw. I'm not sure this is an issue but in the android
implementation of get_interface_indexes you are not setting

+    if (table) *table = NULL;

in the begining like in the other 2 implementations. Or I didn't
understand the code correctly.

Best wishes,
Bruno



More information about the wine-devel mailing list