mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1210 Remove bool_t checking
X-SVN-Rev: 6239
This commit is contained in:
parent
3e4112d22f
commit
65052a9fe0
1 changed files with 6 additions and 2 deletions
|
@ -69,8 +69,12 @@
|
|||
#define HAVE_UINT32_T @HAVE_UINT32_T@
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_BOOL_T
|
||||
#define HAVE_BOOL_T @HAVE_BOOL_T@
|
||||
#ifndef HAVE_INT64_T
|
||||
#define HAVE_INT64_T @HAVE_INT64_T@
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_UINT64_T
|
||||
#define HAVE_UINT64_T @HAVE_UINT64_T@
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue