]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/ucnvsel.h
ICU-531.48.tar.gz
[apple/icu.git] / icuSources / common / unicode / ucnvsel.h
index 0830003f558d597e5f5107631e4f924445096914..eb9588eb2dbef011a77c76c565e8fa8013ed7cbd 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2008-2010, International Business Machines
+*   Copyright (C) 2008-2011, International Business Machines
 *   Corporation, Google and others.  All Rights Reserved.
 *
 *******************************************************************************
 #ifndef __ICU_UCNV_SEL_H__
 #define __ICU_UCNV_SEL_H__
 
-#include "unicode/uset.h"
 #include "unicode/utypes.h"
+
+#if !UCONFIG_NO_CONVERSION
+
+#include "unicode/uset.h"
 #include "unicode/utf16.h"
 #include "unicode/uenum.h"
 #include "unicode/ucnv.h"
@@ -179,4 +182,6 @@ U_STABLE UEnumeration * U_EXPORT2
 ucnvsel_selectForUTF8(const UConverterSelector* sel,
                       const char *s, int32_t length, UErrorCode *status);
 
+#endif  /* !UCONFIG_NO_CONVERSION */
+
 #endif  /* __ICU_UCNV_SEL_H__ */