mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-3445 UCONFIG fix. Don't test UCONFIG_* before including ICU headers!
X-SVN-Rev: 14078
This commit is contained in:
parent
1ec9ee4049
commit
b8864a81e0
1 changed files with 2 additions and 1 deletions
|
@ -9,9 +9,10 @@
|
|||
**********************************************************************
|
||||
*/
|
||||
|
||||
#include "olsontz.h"
|
||||
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
|
||||
#include "olsontz.h"
|
||||
#include "unicode/ures.h"
|
||||
#include "unicode/simpletz.h"
|
||||
#include "unicode/gregocal.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue