Fixed linking issues.

This commit is contained in:
Michael Jung 2004-12-08 13:44:41 +00:00 committed by Alexandre Julliard
parent 95c11f2b57
commit 0e9f423b17
2 changed files with 3 additions and 1 deletions

View File

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

View File

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