Commit aa63f9c9 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

oleacc: Remove WINAPI from accessible_create internal type.

parent 82b8b361
......@@ -37,7 +37,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(oleacc);
static const WCHAR lresult_atom_prefix[] = {'w','i','n','e','_','o','l','e','a','c','c',':'};
typedef HRESULT (WINAPI *accessible_create)(HWND, const IID*, void**);
typedef HRESULT (*accessible_create)(HWND, const IID*, void**);
extern HRESULT WINAPI OLEACC_DllGetClassObject(REFCLSID, REFIID, void**) DECLSPEC_HIDDEN;
extern BOOL WINAPI OLEACC_DllMain(HINSTANCE, DWORD, void*) DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment