mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[FONTEXT] Restore folder icon
This commit is contained in:
parent
9276b3f1bf
commit
4acf1007df
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ STDAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
|
||||||
STDAPI DllRegisterServer()
|
STDAPI DllRegisterServer()
|
||||||
{
|
{
|
||||||
WCHAR Path[MAX_PATH] = { 0 };
|
WCHAR Path[MAX_PATH] = { 0 };
|
||||||
static const char DesktopIniContents[] = "[.ShellClassInfo]\r\nCLSID={BD84B380-8CA2-1069-AB1D-08000948F534}\r\n";
|
static const char DesktopIniContents[] = "[.ShellClassInfo]\r\n"
|
||||||
|
"CLSID={BD84B380-8CA2-1069-AB1D-08000948F534}\r\n"
|
||||||
|
"IconResource=%SystemRoot%\\system32\\shell32.dll,-39\r\n"; // IDI_SHELL_FONTS_FOLDER
|
||||||
HANDLE hFile;
|
HANDLE hFile;
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue