wtsapi32: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-27 21:45:06 +02:00
parent 2490febab4
commit 7a75083654
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"