From 65052a9fe0bc6b61f6cda05de2e7ec6badbbbfc8 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 15 Oct 2001 18:13:51 +0000 Subject: [PATCH] ICU-1210 Remove bool_t checking X-SVN-Rev: 6239 --- icu4c/source/common/unicode/platform.h.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/unicode/platform.h.in b/icu4c/source/common/unicode/platform.h.in index 9d3888988be..0d3c9fd8ce3 100644 --- a/icu4c/source/common/unicode/platform.h.in +++ b/icu4c/source/common/unicode/platform.h.in @@ -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