diff options
| author | ruki <[email protected]> | 2026-01-18 11:12:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-18 11:12:15 +0800 |
| commit | 42ade77edeb7f6d8e79c364b5c167bd37d903725 (patch) | |
| tree | 42253e03c7fdc6c2643036abe4053482efd308ba /core/src/tbox/inc/linux | |
| parent | 27e699efa5768227a7b062163e8738721e0ba5f3 (diff) | |
update tbox config
Diffstat (limited to 'core/src/tbox/inc/linux')
| -rwxr-xr-x | core/src/tbox/inc/linux/tbox.config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/tbox/inc/linux/tbox.config.h b/core/src/tbox/inc/linux/tbox.config.h index ec06d847b..6bb77a491 100755 --- a/core/src/tbox/inc/linux/tbox.config.h +++ b/core/src/tbox/inc/linux/tbox.config.h @@ -79,6 +79,10 @@ #define TB_CONFIG_LIBC_HAVE_WCSNCASECMP 1 #define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1 #define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1 +#define TB_CONFIG_LIBC_HAVE_TOWLOWER 1 +#define TB_CONFIG_LIBC_HAVE_TOWUPPER 1 +/* #undef TB_CONFIG_LIBC_HAVE_WCSUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_WCSLWR */ #define TB_CONFIG_LIBC_HAVE_GMTIME 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 |
