diff options
| author | Saikari <[email protected]> | 2026-02-20 01:02:05 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-20 01:02:05 +0300 |
| commit | bff076bc40ff224aad1f6a1b0c6c978e7d6b7313 (patch) | |
| tree | 542441bb1ea8b829478a8eb8e00f324db7013c72 /core/src | |
| parent | b065878db47435b7ebfa9f29020c927b4eff8f7e (diff) | |
| parent | 23c62e6d3d3b91133221abe4946a5aacc298a836 (diff) | |
Merge branch 'xmake-io:dev' into sign
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/tbox/inc/haiku/tbox.config.h | 2 | ||||
| -rwxr-xr-x | core/src/tbox/inc/iphoneos/tbox.config.h | 2 | ||||
| -rw-r--r-- | core/src/tbox/inc/solaris/tbox.config.h | 2 | ||||
| m--------- | core/src/tbox/tbox | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/core/src/tbox/inc/haiku/tbox.config.h b/core/src/tbox/inc/haiku/tbox.config.h index 8a9e72ad8..dc61fce45 100644 --- a/core/src/tbox/inc/haiku/tbox.config.h +++ b/core/src/tbox/inc/haiku/tbox.config.h @@ -16,7 +16,7 @@ /*#undef TB_CONFIG_MICRO_ENABLE*/ /*#undef TB_CONFIG_TYPE_HAVE_WCHAR*/ #define TB_CONFIG_TYPE_HAVE_FLOAT 1 -/*#undef TB_CONFIG_FORCE_UTF8*/ +#define TB_CONFIG_FORCE_UTF8 1 /*#undef TB_CONFIG_API_HAVE_DEPRECATED*/ /*#undef TB_CONFIG_EXCEPTION_ENABLE*/ diff --git a/core/src/tbox/inc/iphoneos/tbox.config.h b/core/src/tbox/inc/iphoneos/tbox.config.h index 290786a50..43aa10c8b 100755 --- a/core/src/tbox/inc/iphoneos/tbox.config.h +++ b/core/src/tbox/inc/iphoneos/tbox.config.h @@ -16,7 +16,7 @@ /* #undef TB_CONFIG_MICRO_ENABLE */ /* #undef TB_CONFIG_TYPE_HAVE_WCHAR */ #define TB_CONFIG_TYPE_HAVE_FLOAT 1 -/* #undef TB_CONFIG_FORCE_UTF8 */ +#define TB_CONFIG_FORCE_UTF8 1 /* #undef TB_CONFIG_API_HAVE_DEPRECATED */ /* #undef TB_CONFIG_EXCEPTION_ENABLE */ diff --git a/core/src/tbox/inc/solaris/tbox.config.h b/core/src/tbox/inc/solaris/tbox.config.h index 89bce47bc..25bafd9f6 100644 --- a/core/src/tbox/inc/solaris/tbox.config.h +++ b/core/src/tbox/inc/solaris/tbox.config.h @@ -16,7 +16,7 @@ /*#undef TB_CONFIG_MICRO_ENABLE*/ /*#undef TB_CONFIG_TYPE_HAVE_WCHAR*/ #define TB_CONFIG_TYPE_HAVE_FLOAT 1 -/*#undef TB_CONFIG_FORCE_UTF8*/ +#define TB_CONFIG_FORCE_UTF8 1 /*#undef TB_CONFIG_API_HAVE_DEPRECATED*/ /*#undef TB_CONFIG_EXCEPTION_ENABLE*/ diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox -Subproject ef851bcb6589b6092f5bd3fca4625631237f9bd +Subproject de475fef05346a7603efea54d77afead7a16dac |
