Make older MSVC happy
This commit is contained in:
parent
071d5b831e
commit
5f9569c139
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* Void! */
|
/* Void! */
|
||||||
struct _hb_void_t;
|
struct _hb_void_t {};
|
||||||
typedef const _hb_void_t &hb_void_t;
|
typedef const _hb_void_t &hb_void_t;
|
||||||
#define HB_VOID (* (const _hb_void_t *) NULL)
|
#define HB_VOID (* (const _hb_void_t *) NULL)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue