From af450a757d8471e55b71d1f3eb3c1e1fd3390d7b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 9 Dec 2022 19:05:16 -0700 Subject: [PATCH] [config] Use HB_EXPERIMENTAL_API instead of adhoc HB_EXPERIMENTAL --- src/hb-config.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-config.hh b/src/hb-config.hh index c59e17c16..98b1e9d0c 100644 --- a/src/hb-config.hh +++ b/src/hb-config.hh @@ -35,7 +35,7 @@ #include "config.h" #endif -#ifndef HB_EXPERIMENTAL +#ifndef HB_EXPERIMENTAL_API #define HB_NO_BEYOND_64K #define HB_NO_VAR_COMPOSITES #endif