Andrew Talbot : winmm/joystick: joystick.c requires Unicode library.
Module: wine Branch: refs/heads/master Commit: 9480d3e50ac9e7764e4f021d93591c67f8d1d56f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=9480d3e50ac9e7764e4f021d... Author: Andrew Talbot <Andrew.Talbot(a)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
participants (1)
-
Alexandre Julliard