Module: wine Branch: master Commit: 1ee20cf33b52b6c75f4ed908cd476a4b2ad75770 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1ee20cf33b52b6c75f4ed908c...
Author: Alexandre Julliard julliard@winehq.org Date: Fri May 31 08:59:28 2019 +0200
dmband: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dmband/Makefile.in | 2 ++ dlls/dmband/dmband_private.h | 1 - dlls/dmband/dmutils.c | 3 --- 3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dlls/dmband/Makefile.in b/dlls/dmband/Makefile.in index 6fa1502..8d755fb 100644 --- a/dlls/dmband/Makefile.in +++ b/dlls/dmband/Makefile.in @@ -1,6 +1,8 @@ MODULE = dmband.dll IMPORTS = dxguid uuid ole32 advapi32
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ band.c \ bandtrack.c \ diff --git a/dlls/dmband/dmband_private.h b/dlls/dmband/dmband_private.h index 4c8fa0b..b618b9b 100644 --- a/dlls/dmband/dmband_private.h +++ b/dlls/dmband/dmband_private.h @@ -34,7 +34,6 @@
#include "wine/debug.h" #include "wine/list.h" -#include "wine/unicode.h" #include "winreg.h" #include "objbase.h"
diff --git a/dlls/dmband/dmutils.c b/dlls/dmband/dmutils.c index e04e9dd..c76bde1 100644 --- a/dlls/dmband/dmutils.c +++ b/dlls/dmband/dmutils.c @@ -20,8 +20,6 @@
#define COBJMACROS
-#include "config.h" -#include "wine/port.h"
#include <stdio.h> #include <stdarg.h> @@ -34,7 +32,6 @@ #include "winuser.h"
#include "wine/debug.h" -#include "wine/unicode.h" #include "objbase.h"
#include "initguid.h"