Skip to content

Commit

Permalink
net: Build with msvcrt.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
  • Loading branch information
julliard committed Apr 30, 2019
1 parent 8dff0e3 commit cf391dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion programs/net/Makefile.in
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion programs/net/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <windows.h>
#include <lm.h>
#include <wine/unicode.h>
#include <wine/debug.h>

#include "resources.h"
Expand Down

0 comments on commit cf391dc

Please sign in to comment.