ICU-4189 Fix for UCONFIG_NO_CONVERSION

X-SVN-Rev: 17792
This commit is contained in:
George Rhoten 2005-06-03 18:45:09 +00:00
parent e93f5bfab3
commit 961ac9ab51

View file

@ -15,7 +15,7 @@
#include "unicode/utypes.h"
#if !UCONFIG_NO_FORMATTING || !UCONFIG_NO_CONVERSION
#if !UCONFIG_NO_FORMATTING && !UCONFIG_NO_CONVERSION
#include "unicode/fmtable.h"