[mswsock] TransmitFile should work now [1/4] - build

Łukasz Chróst lukost at gmail.com
Thu Jun 29 08:48:27 CDT 2006


Changelog:
    - removed unused imports

--
Łukasz Chróst
-------------- next part --------------
Index: dlls/mswsock/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/mswsock/Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 Makefile.in
--- dlls/mswsock/Makefile.in	9 May 2005 14:42:33 -0000	1.3
+++ dlls/mswsock/Makefile.in	29 Jun 2006 09:53:36 -0000
@@ -4,7 +4,7 @@
 VPATH     = @srcdir@
 MODULE    = mswsock.dll
 IMPORTLIB = libmswsock.$(IMPLIBEXT)
-IMPORTS   = ws2_32 iphlpapi kernel32
+IMPORTS   = ws2_32 kernel32 
 
 C_SRCS = \
 	mswsock.c


More information about the wine-patches mailing list