winsock: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-27 09:07:14 +02:00
parent 722139b05d
commit f575e5ec36
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,6 @@
MODULE = winsock.dll16
IMPORTS = ws2_32
DELAYIMPORTS = user32
EXTRADLLFLAGS = -m16 -Wb,--main-module,ws2_32.dll
EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,ws2_32.dll
C_SRCS = socket.c

View file

@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "winsock2.h"
#include "wine/winbase16.h"
#include "winsock16.h"