/*
*****************************************************************************
*
- * 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"
ucnv_cbToUWriteUChars(toArgs, uniValueString, valueStringLength, 0, err);
}
+
+#endif