mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4189 Fix for UCONFIG_NO_CONVERSION
X-SVN-Rev: 17792
This commit is contained in:
parent
e93f5bfab3
commit
961ac9ab51
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue