ChangeSet ID: 14259
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/21 14:59:46
Modified files:
include : winuser.h
dlls/shell32/tests: Makefile.in .cvsignore
dlls/shell32 : shresdef.h shellpath.c shell32_main.h
shell32_En.rc regsvr.c
Added files:
dlls/shell32/tests: shellpath.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
- the correct registry location to override is User Shell Folders, not
Shell Folders
- if User Shell Folders doesn't exist in HKCU, HKLM should be tried
- SHGetSpecialFolderPath should call SHGetFolderPath, not vice-versa
- the default values should be localizable
- some of the parameter checking and returned LPITEMIDLISTs were a bit
off
Patch: http://cvs.winehq.org/patch.py?id=14259
Old revision New revision Changes Path
1.193 1.194 +1 -0 wine/include/winuser.h
1.4 1.5 +2 -1 wine/dlls/shell32/tests/Makefile.in
1.5 1.6 +1 -0 wine/dlls/shell32/tests/.cvsignore
1.12 1.13 +28 -0 wine/dlls/shell32/shresdef.h
1.89 1.90 +1122 -672 wine/dlls/shell32/shellpath.c
1.91 1.92 +3 -0 wine/dlls/shell32/shell32_main.h
1.17 1.18 +32 -0 wine/dlls/shell32/shell32_En.rc
1.5 1.6 +3 -0 wine/dlls/shell32/regsvr.c
Added 1.1 +0 -0 wine/dlls/shell32/tests/shellpath.c
ChangeSet ID: 14253
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/21 14:57:00
Modified files:
dlls/ntdll : time.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Correct the calculation of the year for the 31'st of December of leap
years.
Patch: http://cvs.winehq.org/patch.py?id=14253
Old revision New revision Changes Path
1.49 1.50 +1 -0 wine/dlls/ntdll/time.c