Alexandre Julliard : ws2_32: Make winsock. dll into a stand-alone 16-bit module.

Alexandre Julliard julliard at winehq.org
Wed Sep 30 10:56:06 CDT 2009


Module: wine
Branch: master
Commit: 7dc9ea8950174c2aec67452b8a99531a66ef5db0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7dc9ea8950174c2aec67452b8a99531a66ef5db0

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Sep 29 20:05:26 2009 +0200

ws2_32: Make winsock.dll into a stand-alone 16-bit module.

---

 .gitignore                                         |    1 -
 configure                                          |    9 +
 configure.ac                                       |    1 +
 dlls/Makefile.in                                   |    4 -
 dlls/winsock.dll16/Makefile.in                     |   14 ++
 dlls/{ws2_32/socket16.c => winsock.dll16/socket.c} |  194 +++++++++++++-------
 .../winsock.dll16.spec}                            |   16 +-
 {include/wine => dlls/winsock.dll16}/winsock16.h   |    5 +-
 dlls/ws2_32/Makefile.in                            |    4 -
 dlls/ws2_32/socket.c                               |    8 -
 10 files changed, 164 insertions(+), 92 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=7dc9ea8950174c2aec67452b8a99531a66ef5db0



More information about the wine-cvs mailing list