Piotr Caban : oleacc: Remove WINAPI from accessible_create internal type.

Alexandre Julliard julliard at winehq.org
Mon Sep 20 16:26:20 CDT 2021


Module: wine
Branch: master
Commit: aa63f9c9405fc089e5c82559f0513e8a79f2fbf9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=aa63f9c9405fc089e5c82559f0513e8a79f2fbf9

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Mon Sep 20 18:03:46 2021 +0200

oleacc: Remove WINAPI from accessible_create internal type.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/oleacc/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/oleacc/main.c b/dlls/oleacc/main.c
index beceb2ff1fb..db9f646988c 100644
--- a/dlls/oleacc/main.c
+++ b/dlls/oleacc/main.c
@@ -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;




More information about the wine-cvs mailing list