wine/ include/winuser.h dlls/shell32/tests/Mak ...

Alexandre Julliard julliard at winehq.org
Thu Oct 21 14:59:46 CDT 2004


ChangeSet ID:	14259
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at 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 at 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




More information about the wine-cvs mailing list