Module: wine Branch: master Commit: e28fe966feb999ac1d39669c2e8b0941b86cecc5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e28fe966feb999ac1d39669c2e...
Author: Sebastian Lackner sebastian@fds-team.de Date: Fri Mar 7 18:31:25 2014 +0100
shell32: Register user administrative tools shell folder.
Discovered by Michael Müller.
---
dlls/shell32/shellpath.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c index 875be38..afa2543 100644 --- a/dlls/shell32/shellpath.c +++ b/dlls/shell32/shellpath.c @@ -2441,7 +2441,8 @@ static HRESULT _SHRegisterUserShellFolders(BOOL bDefault) CSIDL_COOKIES, CSIDL_HISTORY, CSIDL_MYPICTURES, - CSIDL_FONTS + CSIDL_FONTS, + CSIDL_ADMINTOOLS }; WCHAR userShellFolderPath[MAX_PATH], shellFolderPath[MAX_PATH]; LPCWSTR pUserShellFolderPath, pShellFolderPath;