ChangeSet ID: 16750
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/21 04:54:35
Modified files:
dlls/shlwapi/tests: path.c
dlls/shlwapi : url.c
Log message:
Troy Rollo <wine(a)troy.rollo.name>
Corrections to UrlIsW and UrlIsA.
URL_IS_OPAQUE results depend only on the scheme, not on the URL.
URL_IS_FILEURL also only depends on the scheme ("file:").
Patch: http://cvs.winehq.org/patch.py?id=16750
Old revision New revision Changes Path
1.17 1.18 +65 -1 wine/dlls/shlwapi/tests/path.c
1.47 1.48 +23 -11 wine/dlls/shlwapi/url.c