From 91b24b2780bada1ffba876e3c84e23515d618ab3 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Mon, 18 Dec 2023 05:53:03 -0600 Subject: Use GODOT_MODULE define in TextServer modules --- modules/text_server_adv/thorvg_svg_in_ot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/text_server_adv/thorvg_svg_in_ot.h') diff --git a/modules/text_server_adv/thorvg_svg_in_ot.h b/modules/text_server_adv/thorvg_svg_in_ot.h index 034fffb5e6..ce048674fd 100644 --- a/modules/text_server_adv/thorvg_svg_in_ot.h +++ b/modules/text_server_adv/thorvg_svg_in_ot.h @@ -40,7 +40,7 @@ using namespace godot; -#else +#elif defined(GODOT_MODULE) // Headers for building as built-in module. #include "core/os/mutex.h" -- cgit v1.2.3