March 4, 2019 4:34 AM, "Nikolay Sivov" nsivov@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