diff options
author | lenz@mysql.com <> | 2005-05-24 14:46:28 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-05-24 14:46:28 +0200 |
commit | 236ca3626f394890ffb33af72d071f8147cd03ce (patch) | |
tree | 67c9bf1e55385f73a41dd251c69bb8c81d2a1af2 /include | |
parent | f449519a47581b661f35ee4938a8e686314af835 (diff) | |
download | mariadb-git-236ca3626f394890ffb33af72d071f8147cd03ce.tar.gz |
- added the cp932 charset support to the Windows builds
Diffstat (limited to 'include')
-rw-r--r-- | include/config-win.h | 1 |
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 |