[PSDK]
[reactos.git] / reactos / dll / win32 / shell32 / shfldr_fs.c
index da13918..6a0c953 100644 (file)
@@ -97,7 +97,7 @@ static void SF_RegisterClipFmt (IGenericSFImpl * This)
     TRACE ("(%p)\n", This);
 
     if (!This->cfShellIDList) {
-        This->cfShellIDList = RegisterClipboardFormatA (CFSTR_SHELLIDLIST);
+        This->cfShellIDList = RegisterClipboardFormatW (CFSTR_SHELLIDLIST);
     }
 }