[PATCH v5 resend] dpnet: Implement IDirectPlay8Address GetURLW/A.

Alexandre Julliard julliard at winehq.org
Tue Aug 24 12:54:57 CDT 2021


Alistair Leslie-Hughes <leslie_alistair at hotmail.com> writes:

> Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
> ---
>  dlls/dpnet/Makefile.in     |   2 +-
>  dlls/dpnet/address.c       | 115 ++++++++++++++++++++++++++---
>  dlls/dpnet/tests/address.c | 143 +++++++++++++++++++++++++++++++++++++
>  3 files changed, 249 insertions(+), 11 deletions(-)
>
> diff --git a/dlls/dpnet/Makefile.in b/dlls/dpnet/Makefile.in
> index bcf07772e39..9d979a34f22 100644
> --- a/dlls/dpnet/Makefile.in
> +++ b/dlls/dpnet/Makefile.in
> @@ -1,6 +1,6 @@
>  MODULE    = dpnet.dll
>  IMPORTLIB = dpnet
> -IMPORTS   = dxguid uuid ole32 advapi32 ws2_32
> +IMPORTS   = dxguid uuid ole32 advapi32 ws2_32 user32

You should use msvcrt functions instead of importing user32.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list