[config] If not HB_EXPERIMENTAL, then HB_NO_BEYOND_64K
This commit is contained in:
parent
a0f999cd95
commit
6a47ef34b1
|
@ -35,6 +35,10 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifndef HB_EXPERIMENTAL
|
||||
#define HB_NO_BEYOND_64K
|
||||
#endif
|
||||
|
||||
#ifndef HB_BORING_EXPANSION
|
||||
#define HB_NO_BORING_EXPANSION
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue