21 Jul
2009
21 Jul
'09
3:56 a.m.
Ismael Barros <razielmine(a)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(a)winehq.org