shell32: Register user administrative tools shell folder.

Discovered by Michael Müller.
This commit is contained in:
Sebastian Lackner 2014-03-07 18:31:25 +01:00 committed by Alexandre Julliard
parent 298e050b43
commit e28fe966fe
1 changed files with 2 additions and 1 deletions

View File

@ -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;