shell32: Register user administrative tools shell folder.
Discovered by Michael Müller.
This commit is contained in:
parent
298e050b43
commit
e28fe966fe
|
@ -2441,7 +2441,8 @@ static HRESULT _SHRegisterUserShellFolders(BOOL bDefault)
|
||||||
CSIDL_COOKIES,
|
CSIDL_COOKIES,
|
||||||
CSIDL_HISTORY,
|
CSIDL_HISTORY,
|
||||||
CSIDL_MYPICTURES,
|
CSIDL_MYPICTURES,
|
||||||
CSIDL_FONTS
|
CSIDL_FONTS,
|
||||||
|
CSIDL_ADMINTOOLS
|
||||||
};
|
};
|
||||||
WCHAR userShellFolderPath[MAX_PATH], shellFolderPath[MAX_PATH];
|
WCHAR userShellFolderPath[MAX_PATH], shellFolderPath[MAX_PATH];
|
||||||
LPCWSTR pUserShellFolderPath, pShellFolderPath;
|
LPCWSTR pUserShellFolderPath, pShellFolderPath;
|
||||||
|
|
Loading…
Reference in New Issue