Change HB_VAR_ARRAY to 1 again
To fix MSVC bots, while I work on changing this to 0 permanently.
This commit is contained in:
parent
39cf8e21be
commit
3f2cdf07a4
|
@ -476,7 +476,7 @@ static_assert ((sizeof (hb_var_int_t) == 4), "");
|
||||||
|
|
||||||
/* Size signifying variable-sized array */
|
/* Size signifying variable-sized array */
|
||||||
#ifndef HB_VAR_ARRAY
|
#ifndef HB_VAR_ARRAY
|
||||||
#define HB_VAR_ARRAY 0
|
#define HB_VAR_ARRAY 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static inline double
|
static inline double
|
||||||
|
|
Loading…
Reference in New Issue