- the correct registry location to override is User Shell Folders, not
commit9cbc42bbae7bf4807d9620833500803e6e13ef05
authorJuan Lang <juan_lang@yahoo.com>
Thu, 21 Oct 2004 19:59:46 +0000 (21 19:59 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Oct 2004 19:59:46 +0000 (21 19:59 +0000)
treec740fb3e81c8891b12fee9c9fef50ea516f17b82
parent11a7b29a6170cab08cc6c6187effda7dc075bf97
- 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
dlls/shell32/regsvr.c
dlls/shell32/shell32_En.rc
dlls/shell32/shell32_main.h
dlls/shell32/shellpath.c
dlls/shell32/shresdef.h
dlls/shell32/tests/.cvsignore
dlls/shell32/tests/Makefile.in
dlls/shell32/tests/shellpath.c [new file with mode: 0644]
include/winuser.h