Commit c8d80e83 authored by Alexandre Julliard's avatar Alexandre Julliard

sensapi: Build with msvcrt.

parent a3e9e5aa
MODULE = sensapi.dll MODULE = sensapi.dll
IMPORTLIB = sensapi IMPORTLIB = sensapi
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
sensapi.c sensapi.c
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
* connections. For Wine we just report that we are always connected. * connections. For Wine we just report that we are always connected.
*/ */
#include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
...@@ -39,7 +37,6 @@ ...@@ -39,7 +37,6 @@
#include "uuids.h" #include "uuids.h"
#include "wine/unicode.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(sensapi); WINE_DEFAULT_DEBUG_CHANNEL(sensapi);
......
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