Commit f575e5ec authored by Alexandre Julliard's avatar Alexandre Julliard

winsock: Build with msvcrt.

parent 722139b0
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
......@@ -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"
......
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