Commit a0b03348 authored by Alexandre Julliard's avatar Alexandre Julliard

mswsock: Build with msvcrt.

parent b1dd5b81
...@@ -2,6 +2,8 @@ MODULE = mswsock.dll ...@@ -2,6 +2,8 @@ MODULE = mswsock.dll
IMPORTLIB = mswsock IMPORTLIB = mswsock
IMPORTS = ws2_32 IMPORTS = ws2_32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
mswsock.c mswsock.c
......
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment