Skip to content
Snippets Groups Projects
Commit 0e9f423b authored by Michael Jung's avatar Michael Jung Committed by Alexandre Julliard
Browse files

Fixed linking issues.

parent 95c11f2b
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment