X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..08b89b0a244153b9f5bbb2f49c55ab0f7298122e:/icuSources/common/unicode/ucnvsel.h diff --git a/icuSources/common/unicode/ucnvsel.h b/icuSources/common/unicode/ucnvsel.h index 0830003f..eb9588eb 100644 --- a/icuSources/common/unicode/ucnvsel.h +++ b/icuSources/common/unicode/ucnvsel.h @@ -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. * ******************************************************************************* @@ -19,8 +19,11 @@ #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__ */