[Wine] Re: Install LiveZilla In wine

qwertymn wineforum-user at winehq.org
Thu Apr 9 05:41:12 CDT 2009


I tried the application too, but i don't see that problem. Used the patch below )is a bit shorter) I had to use native mshtml, and install mda28. Then it more or less seems to run for me, but dunno how to use the app

> 
> diff --git a/dlls/iphlpapi/iphlpapi_main.c b/dlls/iphlpapi/iphlpapi_main.c
> index 547b666..d19bff7 100644
> --- a/dlls/iphlpapi/iphlpapi_main.c
> +++ b/dlls/iphlpapi/iphlpapi_main.c
> @@ -434,6 +434,31 @@ DWORD WINAPI GetAdapterIndex(LPWSTR AdapterName, PULONG IfIndex)
> 
> 
>  /******************************************************************
> + *    GetAdaptersAddresses (IPHLPAPI.@)
> + *
> + * Get addresses associated with adapters.
> + *
> + * PARAMS
> + * Family   [In]  address family of the addresses
> + * Flags    [In]  which types of addresses
> + * Reserved [In]  should be null
> + * AdapterAddresses [In/Out] ptr to a buffer to receive addresses
> + * SizePointer [In/Out] ptr to a variable with the size of the buffer pointed to
> + *
> + * RETURNS
> + *  Success: NO_ERROR
> + *  Failure: error code from winerror.h
> + *
> + * FIXME
> + *  Stub, returns ERROR_CALL_NOT_IMPLEMENTED
> + */
> +ULONG WINAPI GetAdaptersAddresses( ULONG Family, ULONG Flags, PVOID Reserved,
> +                                  /*PIP_ADAPTER_ADDRESSES*/PVOID AdapterAddresses, PULONG SizePointer)
> +{
> +    FIXME("stub\n");
> +    return ERROR_NO_DATA;
> +}
> +/******************************************************************
>   *    GetAdaptersInfo (IPHLPAPI.@)
>   *
>   * Get information about adapters.
> (END)
> 








More information about the wine-users mailing list