ChangeSet ID: 8511 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/16 15:22:13
Modified files: include : dinput.h dlls/dinput/mouse: main.c dlls/dinput/keyboard: main.c dlls/dinput/joystick: linuxinput.c linux.c dlls/dinput : dinput_private.h dinput_main.c dinput.spec device_private.h device.c
Log message: Raphael Junqueira fenix@club-internet.fr - DInput WideChar classes support. This time all dinput versions have widechar classes. - fix a stupid bug in callback handling caught by Lionel. - add some forgotten IID on class factory (better if we want to active the code) - many cleanups on COM Macros (don't need A and W variants as they are the same)
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8511
Old revision New revision Changes Path 1.35 1.36 +162 -46 wine/include/dinput.h 1.23 1.24 +163 -29 wine/dlls/dinput/mouse/main.c 1.24 1.25 +191 -25 wine/dlls/dinput/keyboard/main.c 1.15 1.16 +165 -68 wine/dlls/dinput/joystick/linuxinput.c 1.15 1.16 +142 -23 wine/dlls/dinput/joystick/linux.c 1.9 1.10 +7 -5 wine/dlls/dinput/dinput_private.h 1.35 1.36 +261 -56 wine/dlls/dinput/dinput_main.c 1.12 1.13 +1 -1 wine/dlls/dinput/dinput.spec 1.4 1.5 +55 -2 wine/dlls/dinput/device_private.h 1.13 1.14 +183 -0 wine/dlls/dinput/device.c