mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-10500 Add check for if formatting is disabled
X-SVN-Rev: 34703
This commit is contained in:
parent
7aeeb93906
commit
c3fc274b0b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
********************************************************************************
|
||||
* Copyright (C) 2009-2011, International Business Machines
|
||||
* Copyright (C) 2009-2013, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
********************************************************************************
|
||||
*
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#if U_PLATFORM_HAS_WIN32_API
|
||||
#if U_PLATFORM_HAS_WIN32_API && !UCONFIG_NO_FORMATTING
|
||||
|
||||
#include "wintzimpl.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue