mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[OLEACC]
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62941
This commit is contained in:
parent
fc89beb896
commit
3cafdfbe25
4 changed files with 12 additions and 2 deletions
|
@ -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");
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue