ChangeSet ID: 20084
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/08 13:54:52
Modified files:
dlls/shell32 : shlexec.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Pass a locally modified version of SHELLEXECUTEINFO to
IShellExecuteHookW_Execute, this should pass through at least
sei_tmp.nShow retrieved from an .lnk file (fStartup).
Patch: http://cvs.winehq.org/patch.py?id=20084
Old revision New revision Changes Path
1.70 1.71 +2 -2 wine/dlls/shell32/shlexec.c
ChangeSet ID: 20082
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/08 13:54:03
Modified files:
dlls/shell32 : debughlp.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- Stop using a not initialized variable szTemp in
_dbg_ILSimpleGetText, make _dbg_ILSimpleGetText return no value since
nobody is using it.
- Stop dereferencing a possible NULL in pdump since
_dbg_ILGetDataPointer can potentially return NULL (for instance for
root or desktop pidl).
- Make shdebugstr_guid use standard wine_dbg_sprintf instead of the
handmade solution.
Patch: http://cvs.winehq.org/patch.py?id=20082
Old revision New revision Changes Path
1.24 1.25 +10 -24 wine/dlls/shell32/debughlp.c