Ismael Barros razielmine@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?