ChangeSet ID: 12595
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/14 11:59:19
Modified files:
dlls/kernel : actctx.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Set last error value to ERROR_CALL_NOT_IMPLEMENTED in QueryActCtxW()
to make Photoshop 7.0 work again.
Patch: http://cvs.winehq.org/patch.py?id=12595
Old revision New revision Changes Path
1.2 1.3 +2 -0 wine/dlls/kernel/actctx.c
ChangeSet ID: 12592
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/14 11:58:19
Modified files:
dlls/user/dde : client.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Set last DDE error in XTYP_EXECUTE handler according to the value
returned by an application.
Patch: http://cvs.winehq.org/patch.py?id=12592
Old revision New revision Changes Path
1.18 1.19 +3 -0 wine/dlls/user/dde/client.c