X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..d5d484b0fbe924d3663b177965538d517ee412c1:/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 +