Autosyncing with Wine HEAD

svn path=/trunk/; revision=26088
This commit is contained in:
The Wine Synchronizer
2007-03-14 14:46:50 +00:00
parent 0b3750172e
commit f64ae53f31
2 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -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;
}
+9
View File
@@ -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" />