sensapi: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a3e9e5aa62
commit
c8d80e8318
|
@ -1,5 +1,7 @@
|
|||
MODULE = sensapi.dll
|
||||
IMPORTLIB = sensapi
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
sensapi.c
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue