summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-05-24 14:46:28 +0200
committerunknown <lenz@mysql.com>2005-05-24 14:46:28 +0200
commit4a80acecea64a83b9968ef9de2c2c059eff76273 (patch)
tree67c9bf1e55385f73a41dd251c69bb8c81d2a1af2 /include/config-win.h
parent9e636a249102346082f5c0c79e2b3a38ab7eca7d (diff)
downloadmariadb-git-4a80acecea64a83b9968ef9de2c2c059eff76273.tar.gz
- added the cp932 charset support to the Windows builds
VC++Files/strings/strings.dsp: - added ctype-cp932.c to the project (new charset) include/config-win.h: - added a HAVE_CHARSET_cp932 #define to enable the cp932 charset on Windows
Diffstat (limited to 'include/config-win.h')
-rw-r--r--include/config-win.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h
index b3865c1fda7..86704c4740b 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -393,6 +393,7 @@ inline double ulonglong2double(ulonglong value)
/* #undef HAVE_CHARSET_cp850 */
/* #undef HAVE_CHARSET_cp852 */
/* #undef HAVE_CHARSET_cp866 */
+#define HAVE_CHARSET_cp932 1
/* #undef HAVE_CHARSET_dec8 */
#define HAVE_CHARSET_euckr 1
#define HAVE_CHARSET_gb2312 1