mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-5410 Make it easier to disable unused debugging code.
X-SVN-Rev: 20668
This commit is contained in:
parent
6ea0cd2f7d
commit
ce98353df9
1 changed files with 2 additions and 2 deletions
|
@ -486,9 +486,9 @@ typedef void* UClassID;
|
|||
*
|
||||
* Note: This is currently only done on Windows because
|
||||
* some Linux/Unix compilers have problems with defining global new/delete.
|
||||
* On Windows, WIN32 is defined, and it is _MSC_VER>=1200 for MSVC 6.0 and higher.
|
||||
* On Windows, U_WINDOWS is defined, and it is _MSC_VER>=1200 for MSVC 6.0 and higher.
|
||||
*/
|
||||
#if defined(XP_CPLUSPLUS) && defined(U_WINDOWS) && (_MSC_VER>=1200) && U_DEBUG && (defined(U_COMMON_IMPLEMENTATION) || defined(U_I18N_IMPLEMENTATION) || defined(U_LAYOUT_IMPLEMENTATION) || defined(U_USTDIO_IMPLEMENTATION))
|
||||
#if defined(XP_CPLUSPLUS) && defined(U_WINDOWS) && U_DEBUG && U_OVERRIDE_CXX_ALLOCATION && (_MSC_VER>=1200) && (defined(U_COMMON_IMPLEMENTATION) || defined(U_I18N_IMPLEMENTATION) || defined(U_IO_IMPLEMENTATION) || defined(U_LAYOUT_IMPLEMENTATION) || defined(U_LAYOUTEX_IMPLEMENTATION))
|
||||
|
||||
#ifndef U_HIDE_INTERNAL_API
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue