Make older MSVC happy

This commit is contained in:
Behdad Esfahbod 2012-12-10 13:38:42 -05:00
parent 071d5b831e
commit 5f9569c139
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
/* Void! */
struct _hb_void_t;
struct _hb_void_t {};
typedef const _hb_void_t &hb_void_t;
#define HB_VOID (* (const _hb_void_t *) NULL)