[v2 PATCH 1/9] mfplat: Implement periodic callbacks.

Chip Davis cdavis at codeweavers.com
Mon Mar 4 09:33:54 CST 2019


March 4, 2019 4:34 AM, "Nikolay Sivov" <nsivov at codeweavers.com> wrote:

> diff --git a/include/mfapi.h b/include/mfapi.h
> index ee5cf4c069..129a19c883 100644
> --- a/include/mfapi.h
> +++ b/include/mfapi.h
> @@ -95,6 +95,9 @@ typedef enum
>      MF_MULTITHREADED_WORKQUEUE,
>  } MFASYNC_WORKQUEUE_TYPE;
> 
> +typedef void (*CALLBACK MFPERIODICCALLBACK)(IUnknown *context);

Shouldn't the asterisk come after the calling convention?

Chip



More information about the wine-devel mailing list