diff options
author | Vincent Richard <[email protected]> | 2014-02-06 20:29:59 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2014-02-06 20:29:59 +0000 |
commit | d49ce7cd4de5317189c2572b413160ad25f1ec01 (patch) | |
tree | 80c0894f03b4b627f4cef1fcfec85aff4e40a902 /cmake/config.hpp.cmake | |
parent | Merge branch 'master' of https://github.com/kisli/vmime (diff) | |
download | vmime-d49ce7cd4de5317189c2572b413160ad25f1ec01.tar.gz vmime-d49ce7cd4de5317189c2572b413160ad25f1ec01.zip |
Windows charset converter (thanks to ElmüSoft).
Diffstat (limited to '')
-rw-r--r-- | cmake/config.hpp.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index a9edc34f..cdd128c8 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -51,6 +51,7 @@ typedef unsigned @VMIME_64BIT_TYPE@ vmime_uint64; // Charset conversion support #cmakedefine01 VMIME_CHARSETCONV_LIB_IS_ICONV #cmakedefine01 VMIME_CHARSETCONV_LIB_IS_ICU +#cmakedefine01 VMIME_CHARSETCONV_LIB_IS_WIN // Options // -- File-system support |