Alexandre Julliard : bluetoothapis: Build with msvcrt.
Module: wine Branch: master Commit: 113983d23dedb6ba7415e0dea00144c619701a31 URL: https://source.winehq.org/git/wine.git/?a=commit;h=113983d23dedb6ba7415e0dea... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue May 28 07:36:39 2019 +0200 bluetoothapis: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 5050cff..d73ca87 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 2ff8f67..b035248 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 <stdarg.h> #include "windef.h"
participants (1)
-
Alexandre Julliard