diff options
| author | Vincent Richard <[email protected]> | 2019-09-23 21:03:37 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-23 21:03:37 +0200 |
| commit | 7168f3c4eebcdc0c27d715adbf3d2a22a93d800b (patch) | |
| tree | 6759373327154295a77103041ba95ef0907a7b47 /src | |
| parent | Simplified IMAP parser objects. (diff) | |
| parent | Avoid extern "C" blocks around ICU includes (diff) | |
| download | vmime-7168f3c4eebcdc0c27d715adbf3d2a22a93d800b.tar.gz vmime-7168f3c4eebcdc0c27d715adbf3d2a22a93d800b.zip | |
Merge pull request #225 from 0xd34df00d/patch-1
Avoid extern "C" blocks around ICU includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/vmime/charsetConverter_icu.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vmime/charsetConverter_icu.cpp b/src/vmime/charsetConverter_icu.cpp index a7dd474c..55195b78 100644 --- a/src/vmime/charsetConverter_icu.cpp +++ b/src/vmime/charsetConverter_icu.cpp @@ -34,15 +34,12 @@ #include "vmime/utility/outputStreamStringAdapter.hpp"
-extern "C" {
-
#ifndef VMIME_BUILDING_DOC
#include <unicode/ucnv.h>
#include <unicode/ucnv_err.h>
#endif // VMIME_BUILDING_DOC
-}
#include <unicode/unistr.h>
|
