Module: wine Branch: master Commit: 6a07885029beb3b737806b6cff4cbdd3d498663a URL: http://source.winehq.org/git/wine.git/?a=commit;h=6a07885029beb3b737806b6cff... Author: Vitaliy Margolen <wine-patches(a)kievinfo.com> Date: Sun Jan 9 15:44:05 2011 -0700 dinput: Explicitly define ASCII and Unicode methods in joystick base class. Use new methods in child classes. --- dlls/dinput/joystick.c | 80 +++++++++++++++++++++++++------------ dlls/dinput/joystick_linux.c | 10 ++-- dlls/dinput/joystick_linuxinput.c | 6 +- dlls/dinput/joystick_osx.c | 17 ++------ dlls/dinput/joystick_private.h | 17 ++++---- 5 files changed, 76 insertions(+), 54 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6a07885029beb3b737806b...