Andrew Talbot : winmm/joystick: joystick.c requires Unicode library.

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 31 05:31:29 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 9480d3e50ac9e7764e4f021d93591c67f8d1d56f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=9480d3e50ac9e7764e4f021d93591c67f8d1d56f

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Tue May 30 20:10:35 2006 +0100

winmm/joystick: joystick.c requires Unicode library.

---

 dlls/winmm/joystick/Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/winmm/joystick/Makefile.in b/dlls/winmm/joystick/Makefile.in
index 341383c..aef4ecb 100644
--- a/dlls/winmm/joystick/Makefile.in
+++ b/dlls/winmm/joystick/Makefile.in
@@ -4,6 +4,7 @@ SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = joystick.drv
 IMPORTS   = winmm user32 kernel32
+EXTRALIBS = $(LIBUNICODE)
 
 C_SRCS = \
 	joystick.c




More information about the wine-cvs mailing list