1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

windows.media.speech: Put the calling convention inside the function pointer parentheses.

As required by MSVC.
This commit is contained in:
Alex Henrie 2022-11-21 20:56:41 -07:00 committed by Alexandre Julliard
parent dab61cdcd1
commit abf14cd4bc

View File

@ -57,7 +57,7 @@
#define IAsyncHandler_IInspectable_iface IAsyncOperationCompletedHandler_IInspectable_iface
HRESULT WINAPI (*pDllGetActivationFactory)(HSTRING, IActivationFactory **);
HRESULT (WINAPI *pDllGetActivationFactory)(HSTRING, IActivationFactory **);
static BOOL is_win10_1507 = FALSE;
static BOOL is_win10_1709 = FALSE;