b4c74494324ef105c2ef224f7e4f24d0862ebb12
diff --git a/dlls/shell32/shellole.c b/dlls/shell32/shellole.c
index 9b92c26..5016196 100644
--- a/dlls/shell32/shellole.c
+++ b/dlls/shell32/shellole.c
@@ -64,7 +64,7 @@ struct {
 	REFIID			riid;
 	LPFNCREATEINSTANCE	lpfnCI;
 } InterfaceTable[] = {
-	{&CLSID_ShellFSFolder,	&IFSFolder_Constructor},
+	{&CLSID_ShellFSFolder,	&ShellFSFolder_Constructor},
 	{&CLSID_MyComputer,	&ISF_MyComputer_Constructor},
 	{&CLSID_ShellDesktop,	&ISF_Desktop_Constructor},
 	{&CLSID_ShellLink,	&IShellLink_Constructor},
