Index: source/io/ustdio.c |
diff --git a/source/io/ustdio.c b/source/io/ustdio.c |
index df4c4f1c37c4441f49d09e8f81eac7843c35db24..3e6f71765872da99d93690f0dffd9706e925657a 100644 |
--- a/source/io/ustdio.c |
+++ b/source/io/ustdio.c |
@@ -1,7 +1,7 @@ |
/* |
****************************************************************************** |
* |
- * Copyright (C) 1998-2011, International Business Machines |
+ * Copyright (C) 1998-2014, International Business Machines |
* Corporation and others. All Rights Reserved. |
* |
****************************************************************************** |
@@ -18,6 +18,9 @@ |
*/ |
#include "unicode/ustdio.h" |
+ |
+#if !UCONFIG_NO_CONVERSION |
+ |
#include "unicode/putil.h" |
#include "cmemory.h" |
#include "cstring.h" |
@@ -724,3 +727,4 @@ u_file_read( UChar *chars, |
return read; |
} |
+#endif |