Fix function pointer typedef

This commit is contained in:
Luca Bacci 2022-07-06 13:50:47 +02:00
parent 3e881efbe4
commit c22acfa8bd
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
**/
/* Declare object creator for dynamic support of DWRITE */
typedef HRESULT (* WINAPI t_DWriteCreateFactory)(
typedef HRESULT (WINAPI *t_DWriteCreateFactory)(
DWRITE_FACTORY_TYPE factoryType,
REFIID iid,
IUnknown **factory