ChangeSet ID: 11622
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/22 16:58:37
Modified files:
dlls/shell32 : shelllink.c
Log message:
Martin Fuchs <martin-fuchs(a)gmx.net>
Fix for recent shelllink patch, which removed the important part of
returning the result pointer from IShellLink_ConstructFromFile().
Patch: http://cvs.winehq.org/patch.py?id=11622
Old revision New revision Changes Path
1.61 1.62 +3 -0 wine/dlls/shell32/shelllink.c
ChangeSet ID: 11615
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/22 15:31:44
Modified files:
dlls/wininet : http.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Allocate the correct nr of bytes for lpszCookies in HTTP_HttpOpenRequestA.
Allocate the correct nr of bytes for request stringlen without options.
Patch: http://cvs.winehq.org/patch.py?id=11615
Old revision New revision Changes Path
1.51 1.52 +4 -2 wine/dlls/wininet/http.c