diff options
| author | ruki <[email protected]> | 2016-06-25 13:59:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-06-25 13:59:59 +0800 |
| commit | e86752faf41ce9da39e4d6a0887cc2e572e3ad01 (patch) | |
| tree | 19636a8fb5a6252b358fe5dd6a17079c5628fc83 | |
| parent | 5dba31860c53d079d40e11e425cad01c3f470dbb (diff) | |
fix unicode path bug for windows
| -rw-r--r-- | core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h | 3 |
1 files changed, 2 insertions, 1 deletions
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
|
