ChangeSet ID: 11578
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/18 19:52:31
Modified files:
dlls/shell32 : shlexec.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
In SHELL_ExecuteW, if a new current directory is specified, change to
it before calling CreateProcess so that it will find the correct
executable.
Patch: http://cvs.winehq.org/patch.py?id=11578
Old revision New revision Changes Path
1.34 1.35 +12 -0 wine/dlls/shell32/shlexec.c
ChangeSet ID: 11574
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/18 19:17:32
Modified files:
dlls/x11drv : event.c
Log message:
Mike Hearn <mh(a)codeweavers.com>
The KeymapNotify event does not use the window member, so don't warn
about it being unknown.
Patch: http://cvs.winehq.org/patch.py?id=11574
Old revision New revision Changes Path
1.33 1.34 +2 -1 wine/dlls/x11drv/event.c