ChangeSet ID: 18831
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/11 12:58:52
Modified files:
dlls/dinput/tests: joystick.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Only print the joystick state when it changes so the user does not get
300 lines of traces.
Patch: http://cvs.winehq.org/patch.py?id=18831
Old revision New revision Changes Path
1.6 1.7 +9 -1 wine/dlls/dinput/tests/joystick.c
ChangeSet ID: 18822
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/11 09:22:13
Modified files:
dlls/msi : package.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
If MsiGetProperty(A/W) is called with a NULL for the value buffer but
a value in the size for the value buffer, then Msi fills in the size
of the value into the pointer for size. This is tested and confirmed
with native MSI.
Patch: http://cvs.winehq.org/patch.py?id=18822
Old revision New revision Changes Path
1.45 1.46 +8 -0 wine/dlls/msi/package.c