Fix function pointer typedef
This commit is contained in:
parent
3e881efbe4
commit
c22acfa8bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue