[PATCH 2/4] dpwsockx: Stub implementation

Alexandre Julliard julliard at winehq.org
Tue Jul 21 03:56:31 CDT 2009


Ismael Barros <razielmine at gmail.com> writes:

> @@ -3,10 +3,11 @@ TOPOBJDIR = ../..
>  SRCDIR    = @srcdir@
>  VPATH     = @srcdir@
>  MODULE    = dpwsockx.dll
> -IMPORTS   = kernel32
> +IMPORTS   = kernel32 ws2_32
>  
>  C_SRCS = \
> -	dpwsockx_main.c
> +	dpwsockx_main.c \
> +	dpwsockx.c

Please choose a better file name. dpwsockx.c doesn't say anything about
what's in that file.

> +    DPWS_SetupCallbacks( lpspData->lpCB );
> +
> +    /* TODO:
> +       The original implementation calls SetSPData,
> +       check what it really stores */

How do you know that?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list