ChangeSet ID: 20058
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/08 06:00:24
Modified files:
dlls/crypt32/tests: encode.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
Convert a few more constants from strings to byte arrays.
Patch: http://cvs.winehq.org/patch.py?id=20058
Old revision New revision Changes Path
1.20 1.21 +54 -44 wine/dlls/crypt32/tests/encode.c
ChangeSet ID: 20054
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/07 08:28:38
Modified files:
dlls/shell32 : shfldr_unixfs.c
Log message:
Michael Jung <mjung(a)iss.tu-darmstadt.de>
Pass correct pointer to SHFree in case of failure in
UNIXFS_path_to_pidl.
Return E_FAIL if we can't get the unix path in
IPersistFolder3::InitializeEx.
Return E_NOAGGREGATION if non-NULL pUnkOuter is given to the
constructor.
Patch: http://cvs.winehq.org/patch.py?id=20054
Old revision New revision Changes Path
1.53 1.54 +22 -9 wine/dlls/shell32/shfldr_unixfs.c