[SHELL32]
[reactos.git] / dll / win32 / shell32 / folders / CFontsFolder.cpp
index 639827e..6d4507e 100644 (file)
@@ -49,6 +49,11 @@ CFontsFolder::~CFontsFolder()
     SHFree(pidlRoot);
 }
 
+static LPITEMIDLIST _ILCreateFont(void)
+{
+    return _ILCreateGuid(PT_GUID, CLSID_FontsFolderShortcut);
+}
+
 HRESULT WINAPI CFontsFolder::FinalConstruct()
 {
     HRESULT hr;
@@ -73,7 +78,6 @@ HRESULT WINAPI CFontsFolder::FinalConstruct()
     return hr;
 }
 
-
 HRESULT WINAPI CFontsFolder::ParseDisplayName(HWND hwndOwner, LPBC pbc, LPOLESTR lpszDisplayName,
         ULONG *pchEaten, PIDLIST_RELATIVE *ppidl, ULONG *pdwAttributes)
 {