Alexandre Julliard : net: Build with msvcrt.
Module: wine Branch: master Commit: cf391dc3e7c35b6d34ef807f9d3f16a009b7029a URL: https://source.winehq.org/git/wine.git/?a=commit;h=cf391dc3e7c35b6d34ef807f9... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 29 10:50:04 2019 +0200 net: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/net/Makefile.in | 3 ++- programs/net/net.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/net/Makefile.in b/programs/net/Makefile.in index 5890278..eacbc85 100644 --- a/programs/net/Makefile.in +++ b/programs/net/Makefile.in @@ -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 diff --git a/programs/net/net.c b/programs/net/net.c index 8a4c3f1..b364369 100644 --- a/programs/net/net.c +++ b/programs/net/net.c @@ -18,7 +18,6 @@ #include <windows.h> #include <lm.h> -#include <wine/unicode.h> #include <wine/debug.h> #include "resources.h"
participants (1)
-
Alexandre Julliard