X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/9d88c94317aeac5dd26c1dbe8c2112dbe855d2b5..73c04bcfe1096173b00431f0cdc742894b15eef0:/icuSources/tools/toolutil/ucm.h diff --git a/icuSources/tools/toolutil/ucm.h b/icuSources/tools/toolutil/ucm.h index 7ab1aeac..7d6dda03 100644 --- a/icuSources/tools/toolutil/ucm.h +++ b/icuSources/tools/toolutil/ucm.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 2003, International Business Machines +* Copyright (C) 2003-2005, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -25,6 +25,8 @@ #include "filestrm.h" #include +#if !UCONFIG_NO_CONVERSION + U_CDECL_BEGIN /* @@ -280,3 +282,6 @@ ucm_separateMappings(UCMFile *ucm, UBool isSISO); U_CDECL_END #endif + +#endif +