Commit 7a750836 authored by Alexandre Julliard's avatar Alexandre Julliard

wtsapi32: Build with msvcrt.

parent 2490feba
...@@ -2,5 +2,7 @@ MODULE = wtsapi32.dll ...@@ -2,5 +2,7 @@ MODULE = wtsapi32.dll
IMPORTLIB = wtsapi32 IMPORTLIB = wtsapi32
IMPORTS = advapi32 IMPORTS = advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
wtsapi32.c wtsapi32.c
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdlib.h> #include <stdlib.h>
#include "windef.h" #include "windef.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