Author: winesync
Date: Wed Mar 14 17:46:50 2007
New Revision: 26088
URL:
http://svn.reactos.org/svn/reactos?rev=26088&view=rev
Log:
Autosyncing with Wine HEAD
Added:
trunk/reactos/dll/win32/oleacc/oleacc_ros.diff (with props)
Modified:
trunk/reactos/dll/win32/oleacc/main.c
Modified: trunk/reactos/dll/win32/oleacc/main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/oleacc/main.c?re…
==============================================================================
--- trunk/reactos/dll/win32/oleacc/main.c (original)
+++ trunk/reactos/dll/win32/oleacc/main.c Wed Mar 14 17:46:50 2007
@@ -31,7 +31,7 @@
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 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;
}
Added: trunk/reactos/dll/win32/oleacc/oleacc_ros.diff
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/oleacc/oleacc_ro…
==============================================================================
--- trunk/reactos/dll/win32/oleacc/oleacc_ros.diff (added)
+++ trunk/reactos/dll/win32/oleacc/oleacc_ros.diff Wed Mar 14 17:46:50 2007
@@ -1,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" />
Propchange: trunk/reactos/dll/win32/oleacc/oleacc_ros.diff
------------------------------------------------------------------------------
svn:eol-style = native