ICU-4620 uconfig test updates

X-SVN-Rev: 18163
This commit is contained in:
George Rhoten 2005-07-07 20:37:58 +00:00
parent 34d451e3b1
commit 8fe129edf0

View file

@ -10,8 +10,8 @@
#include "unicode/utypes.h"
#ifdef XP_CPLUSPLUS
#if !UCONFIG_NO_TRANSLITERATION
#ifdef XP_CPLUSPLUS
#include "unicode/uobject.h"
#include "unicode/parseerr.h"
@ -335,7 +335,6 @@ private:
U_NAMESPACE_END
#endif /* #if !UCONFIG_NO_TRANSLITERATION */
#endif /* #ifdef XP_CPLUSPLUS */
/**
@ -351,4 +350,6 @@ U_NAMESPACE_END
U_CAPI int32_t
utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status);
#endif /* #if !UCONFIG_NO_TRANSLITERATION */
#endif