From e86752faf41ce9da39e4d6a0887cc2e572e3ad01 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 25 Jun 2016 13:59:59 +0800 Subject: fix unicode path bug for windows --- core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h b/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h index 7d8bcb8c1..692848cb6 100644 --- a/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h +++ b/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h @@ -6,7 +6,7 @@ #define TB_CONFIG_VERSION_MAJOR 1 #define TB_CONFIG_VERSION_MINOR 5 #define TB_CONFIG_VERSION_ALTER 1 -#define TB_CONFIG_VERSION_BUILD 201606221012 +#define TB_CONFIG_VERSION_BUILD 201606251348 // defines #define TB_CONFIG_OS_WINDOWS 1 @@ -15,6 +15,7 @@ #define TB_CONFIG_LIBC_HAVE_MEMMOVE 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 #define TB_CONFIG_LIBM_HAVE_ACOS 1 +#define TB_CONFIG_LIBC_HAVE_SETLOCALE 1 #define TB_CONFIG_LIBC_HAVE_WCSCPY 1 #define TB_CONFIG_LIBM_HAVE_SQRT 1 #define TB_CONFIG_LIBC_HAVE_STRCMP 1 -- cgit v1.3.1