net: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-04-29 10:50:04 +02:00
parent 8dff0e3445
commit cf391dc3e7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,8 @@
MODULE = net.exe
APPMODE = -mconsole -municode
IMPORTS = netapi32 user32 advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = net.c
RC_SRCS = net.rc

View File

@ -18,7 +18,6 @@
#include <windows.h>
#include <lm.h>
#include <wine/unicode.h>
#include <wine/debug.h>
#include "resources.h"