]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucnv_err.c
ICU-6.2.22.tar.gz
[apple/icu.git] / icuSources / common / ucnv_err.c
index be7ef6e168fd867f74bd506e53b3a0ea702c8b63..d28e74959c954d224d7096630e151617c015e4b2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *****************************************************************************
  *
- *   Copyright (C) 1998-2003, International Business Machines
+ *   Copyright (C) 1998-2004, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  *****************************************************************************
 *   06/29/2000  helena      Major rewrite of the callback APIs.
 */
 
+#include "unicode/utypes.h"
+
+#if !UCONFIG_NO_CONVERSION
+
 #include "unicode/ucnv_err.h"
 #include "unicode/ucnv_cb.h"
 #include "ucnv_cnv.h"
@@ -453,3 +457,5 @@ UCNV_TO_U_CALLBACK_ESCAPE (
 
     ucnv_cbToUWriteUChars(toArgs, uniValueString, valueStringLength, 0, err);
 }
+
+#endif