ChangeSet ID: 19602
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/16 14:29:40
Modified files:
dlls/shell32/tests: shlfolder.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Dynamically load StrRetToBufW(). This lets shell32_test.exe run on
systems that have version 4.72 of shlwapi.dll.
Patch: http://cvs.winehq.org/patch.py?id=19602
Old revision New revision Changes Path
1.30 1.31 +23 -9 wine/dlls/shell32/tests/shlfolder.c
ChangeSet ID: 19601
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/16 14:29:27
Modified files:
dlls/shell32/tests: shlexec.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Verify the parameters received by the child process using code lifted
from kernel32/tests/process.c.
Test passing parameters to .lnk files that point to an executable.
Patch: http://cvs.winehq.org/patch.py?id=19601
Old revision New revision Changes Path
1.1 1.2 +486 -77 wine/dlls/shell32/tests/shlexec.c
ChangeSet ID: 19600
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/16 11:13:42
Modified files:
dlls/ntdll : version.c
Log message:
There is a registry key for the service pack version (spotted by
Vitaliy Margolen).
Patch: http://cvs.winehq.org/patch.py?id=19600
Old revision New revision Changes Path
1.25 1.26 +25 -9 wine/dlls/ntdll/version.c