dmband: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-05-31 08:59:28 +02:00
parent 2001960868
commit 1ee20cf33b
3 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,8 @@
MODULE = dmband.dll
IMPORTS = dxguid uuid ole32 advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
band.c \
bandtrack.c \

View File

@ -34,7 +34,6 @@
#include "wine/debug.h"
#include "wine/list.h"
#include "wine/unicode.h"
#include "winreg.h"
#include "objbase.h"

View File

@ -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"