sensapi: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-20 09:09:35 +02:00
parent a3e9e5aa62
commit c8d80e8318
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,7 @@
MODULE = sensapi.dll
IMPORTLIB = sensapi
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
sensapi.c

View File

@ -22,8 +22,6 @@
* connections. For Wine we just report that we are always connected.
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
@ -39,7 +37,6 @@
#include "uuids.h"
#include "wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(sensapi);