From 113983d23dedb6ba7415e0dea00144c619701a31 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 28 May 2019 07:36:39 +0200 Subject: [PATCH] bluetoothapis: Build with msvcrt. Signed-off-by: Alexandre Julliard --- dlls/bluetoothapis/Makefile.in | 2 ++ dlls/bluetoothapis/main.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/bluetoothapis/Makefile.in b/dlls/bluetoothapis/Makefile.in index 5050cffdbe6..d73ca872594 100644 --- a/dlls/bluetoothapis/Makefile.in +++ b/dlls/bluetoothapis/Makefile.in @@ -1,4 +1,6 @@ MODULE = bluetoothapis.dll +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c diff --git a/dlls/bluetoothapis/main.c b/dlls/bluetoothapis/main.c index 2ff8f67ff79..b035248b5ff 100644 --- a/dlls/bluetoothapis/main.c +++ b/dlls/bluetoothapis/main.c @@ -18,8 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" - #include #include "windef.h"