Commit 0e9f423b authored by Michael Jung's avatar Michael Jung Committed by Alexandre Julliard

Fixed linking issues.

parent 95c11f2b
......@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winejack.drv
IMPORTS = winmm user32 kernel32
EXTRALIBS = -ldxguid -luuid
EXTRALIBS = -ldxguid -luuid $(LIBUNICODE)
C_SRCS = \
audio.c \
......
......@@ -52,6 +52,8 @@
#include "dsound.h"
#include "dsdriver.h"
#include "jack.h"
#include "wine/unicode.h"
#include "wine/library.h"
#include "wine/debug.h"
#ifdef HAVE_JACK_JACK_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