ChangeSet ID: 17304
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/05 05:32:54
Modified files:
dlls/winedos : module.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
- In MZ_DoLoadImage if an environment segment is specified in the
parameter block, use that and do not inherit from the calling
process.
- Call FreeEnvironmentStrings when the strings are no longer used.
Patch: http://cvs.winehq.org/patch.py?id=17304
Old revision New revision Changes Path
1.47 1.48 +18 -9 wine/dlls/winedos/module.c
ChangeSet ID: 17301
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/05 05:30:24
Modified files:
dlls/dinput : mouse.c
Log message:
Lionel Ulmer <lionel.ulmer(a)free.fr>
- do not flush the buffer when the application only wants to peek the
number of elements in the queue
- trace the GetDeviceState values before they are reset
Patch: http://cvs.winehq.org/patch.py?id=17301
Old revision New revision Changes Path
1.22 1.23 +20 -14 wine/dlls/dinput/mouse.c