mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
- enable registration of fonts shell folder
svn path=/trunk/; revision=35154
This commit is contained in:
parent
31fcd8ee63
commit
d1884b0cf8
1 changed files with 2 additions and 2 deletions
|
@ -639,7 +639,7 @@ static struct regsvr_coclass const coclass_list[] = {
|
|||
NULL,
|
||||
"shell32.dll",
|
||||
"Apartment",
|
||||
SHELLFOLDER_ATTRIBUTES|SHELLFOLDER_WANTSFORPARSING|SHELLFOLDER_CALLFORATTRIBUTES,
|
||||
SHELLFOLDER_ATTRIBUTES,
|
||||
SFGAO_FOLDER,
|
||||
0,
|
||||
NULL,
|
||||
|
@ -794,12 +794,12 @@ static struct regsvr_namespace const namespace_extensions_list[] = {
|
|||
wszControlPanel,
|
||||
wszFolderOptions
|
||||
},
|
||||
#if 0
|
||||
{
|
||||
&CLSID_FontsFolderShortcut,
|
||||
wszControlPanel,
|
||||
wszFonts
|
||||
},
|
||||
#if 0
|
||||
{
|
||||
&CLSID_Printers,
|
||||
wszControlPanel,
|
||||
|
|
Loading…
Reference in a new issue