[OLEACC]
[reactos.git] / reactos / dll / win32 / oleacc / main.c
index 6d88e7e..148dd87 100644 (file)
@@ -85,6 +85,12 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
     return TRUE;
 }
 
+HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID iid, void **ppv)
+{
+    FIXME("%s %s %p: stub\n", debugstr_guid(rclsid), debugstr_guid(iid), ppv);
+    return E_NOTIMPL;
+}
+
 HRESULT WINAPI DllRegisterServer(void)
 {
     FIXME("\n");