mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=26088
This commit is contained in:
@@ -31,7 +31,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(oleacc);
|
||||
HRESULT WINAPI CreateStdAccessibleObject( HWND hwnd, LONG idObject,
|
||||
REFIID riidInterface, void** ppvObject )
|
||||
{
|
||||
FIXME("%p %ld %s %p\n", hwnd, idObject,
|
||||
FIXME("%p %d %s %p\n", hwnd, idObject,
|
||||
debugstr_guid( riidInterface ), ppvObject );
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
@@ -45,7 +45,7 @@ HRESULT WINAPI LresultFromObject( REFIID riid, WPARAM wParam, LPUNKNOWN pAcc )
|
||||
HRESULT WINAPI AccessibleObjectFromWindow( HWND hwnd, DWORD dwObjectID,
|
||||
REFIID riid, void** ppvObject )
|
||||
{
|
||||
FIXME("%p %ld %s %p\n", hwnd, dwObjectID,
|
||||
FIXME("%p %d %s %p\n", hwnd, dwObjectID,
|
||||
debugstr_guid( riid ), ppvObject );
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
Index: oleacc.rbuild
|
||||
===================================================================
|
||||
--- oleacc.rbuild (revision 23782)
|
||||
+++ oleacc.rbuild (working copy)
|
||||
@@ -1,3 +1,3 @@
|
||||
+<module name="oleacc" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_OLEACC}" installbase="system32" installname="oleacc.dll" allowwarnings="true">
|
||||
-<module name="oleacc" type="win32dll" baseaddress="${BASEADDRESS_OLEACC}" installbase="system32" installname="oleacc.dll" allowwarnings="true">
|
||||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<importlibrary definition="oleacc.spec.def" />
|
||||
Reference in New Issue
Block a user