Commit abf14cd4 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

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

As required by MSVC.
parent dab61cdc
......@@ -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;
......
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