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 */
|
/* Declare object creator for dynamic support of DWRITE */
|
||||||
typedef HRESULT (* WINAPI t_DWriteCreateFactory)(
|
typedef HRESULT (WINAPI *t_DWriteCreateFactory)(
|
||||||
DWRITE_FACTORY_TYPE factoryType,
|
DWRITE_FACTORY_TYPE factoryType,
|
||||||
REFIID iid,
|
REFIID iid,
|
||||||
IUnknown **factory
|
IUnknown **factory
|
||||||
|
|
Loading…
Reference in New Issue