Commit cf391dc3 authored by Alexandre Julliard's avatar Alexandre Julliard

net: Build with msvcrt.

parent 8dff0e34
MODULE = net.exe
APPMODE = -mconsole -municode
IMPORTS = netapi32 user32 advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = net.c
RC_SRCS = net.rc
......@@ -18,7 +18,6 @@
#include <windows.h>
#include <lm.h>
#include <wine/unicode.h>
#include <wine/debug.h>
#include "resources.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