ChangeSet ID: 13452
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/23 12:57:03
Modified files:
server : clipboard.c
Log message:
Ulrich Czekalla <ulrich(a)codeweavers.com>
The clipboard owner can be set by the thread that has the clipboard
open.
Patch: http://cvs.winehq.org/patch.py?id=13452
Old revision New revision Changes Path
1.3 1.4 +1 -1 wine/server/clipboard.c
ChangeSet ID: 13451
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/23 12:56:08
Modified files:
dlls/dbghelp : stabs.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Store the current source directory and use it when encountering a
relative include so that the full path to it is stored instead.
Patch: http://cvs.winehq.org/patch.py?id=13451
Old revision New revision Changes Path
1.7 1.8 +20 -5 wine/dlls/dbghelp/stabs.c
ChangeSet ID: 13450
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/23 12:55:29
Modified files:
dlls/shell32 : shelllink.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Make sure exePath contains the path since it is used later in the
function as well.
Patch: http://cvs.winehq.org/patch.py?id=13450
Old revision New revision Changes Path
1.71 1.72 +5 -8 wine/dlls/shell32/shelllink.c