diff options
| -rwxr-xr-x | core/src/tbox/inc/bsd/tbox.config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/tbox/inc/bsd/tbox.config.h b/core/src/tbox/inc/bsd/tbox.config.h index e8fb849fd..7ae7ddd71 100755 --- a/core/src/tbox/inc/bsd/tbox.config.h +++ b/core/src/tbox/inc/bsd/tbox.config.h @@ -75,7 +75,7 @@ #define TB_CONFIG_LIBC_HAVE_WCSNCPY 1 #define TB_CONFIG_LIBC_HAVE_WCSLCPY 1 #define TB_CONFIG_LIBC_HAVE_WCSLEN 1 -#define TB_CONFIG_LIBC_HAVE_WCSNLEN 0 +/* #undef TB_CONFIG_LIBC_HAVE_WCSNLEN */ #define TB_CONFIG_LIBC_HAVE_WCSSTR 1 /* #undef TB_CONFIG_LIBC_HAVE_WCSCASESTR */ #define TB_CONFIG_LIBC_HAVE_WCSCMP 1 |
