mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[SHELL32] - Try to fix MSVC build
svn path=/trunk/; revision=54728
This commit is contained in:
parent
3d2e890820
commit
45c965ea82
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ CDesktopFolderEnum::~CDesktopFolderEnum()
|
|||
}
|
||||
|
||||
static const WCHAR ClassicStartMenuW[] = L"SOFTWARE\\Microsoft\\Windows\\"
|
||||
"CurrentVersion\\Explorer\\HideDesktopIcons\\ClassicStartMenu";
|
||||
L"CurrentVersion\\Explorer\\HideDesktopIcons\\ClassicStartMenu";
|
||||
|
||||
static INT
|
||||
IsNamespaceExtensionHidden(const WCHAR *iid)
|
||||
|
|
Loading…
Reference in a new issue