diff --git a/reactos/dll/win32/oleacc/main.c b/reactos/dll/win32/oleacc/main.c index 6d88e7e9567..148dd87e642 100644 --- a/reactos/dll/win32/oleacc/main.c +++ b/reactos/dll/win32/oleacc/main.c @@ -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"); diff --git a/reactos/dll/win32/oleacc/oleacc.spec b/reactos/dll/win32/oleacc/oleacc.spec index 6ace5424f1c..68514546fc3 100644 --- a/reactos/dll/win32/oleacc/oleacc.spec +++ b/reactos/dll/win32/oleacc/oleacc.spec @@ -1,10 +1,11 @@ @ stub AccessibleChildren @ stub AccessibleObjectFromEvent -@ stdcall AccessibleObjectFromPoint(double ptr ptr) +@ stdcall AccessibleObjectFromPoint(int64 ptr ptr) @ stdcall AccessibleObjectFromWindow(ptr long ptr ptr) @ stdcall CreateStdAccessibleObject(ptr long ptr ptr) @ stub CreateStdAccessibleProxyA @ stub CreateStdAccessibleProxyW +@ stdcall -private DllGetClassObject(ptr ptr ptr) @ stdcall -private DllRegisterServer() @ stdcall -private DllUnregisterServer() @ stdcall GetOleaccVersionInfo(ptr ptr) diff --git a/reactos/dll/win32/oleacc/oleacc_classes.idl b/reactos/dll/win32/oleacc/oleacc_classes.idl index 28cb93e319b..44b06935367 100644 --- a/reactos/dll/win32/oleacc/oleacc_classes.idl +++ b/reactos/dll/win32/oleacc/oleacc_classes.idl @@ -15,4 +15,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ + +#pragma makedep regtypelib + #include "oleacc.idl" diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 348d68ddad2..d8e4a2cc3a8 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -146,7 +146,7 @@ reactos/dll/win32/objsel # Synced to Wine-1.7.1 reactos/dll/win32/odbc32 # Synced to Wine-1.7.17. Depends on port of Linux ODBC. reactos/dll/win32/odbccp32 # Synced to Wine-1.7.1 reactos/dll/win32/ole32 # Synced to Wine-1.7.17 -reactos/dll/win32/oleacc # Synced to Wine-1.7.1 +reactos/dll/win32/oleacc # Synced to Wine-1.7.17 reactos/dll/win32/oleaut32 # Synced to Wine-1.7.1 reactos/dll/win32/olecli32 # Synced to Wine-1.7.1 reactos/dll/win32/oledlg # Synced to Wine-1.7.1