Commit 1ee20cf3 authored by Alexandre Julliard's avatar Alexandre Julliard

dmband: Build with msvcrt.

parent 20019608
MODULE = dmband.dll
IMPORTS = dxguid uuid ole32 advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
band.c \
bandtrack.c \
......
......@@ -34,7 +34,6 @@
#include "wine/debug.h"
#include "wine/list.h"
#include "wine/unicode.h"
#include "winreg.h"
#include "objbase.h"
......
......@@ -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"
......
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