From f3d7ba621d4bf0d5d7509e618d1b0a0c05304324 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 16 Oct 2003 21:14:51 +0000 Subject: [PATCH] ICU-3178 Create a platform indepdent flag for debug and release builds X-SVN-Rev: 13441 --- icu4c/source/common/unicode/pwin32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/common/unicode/pwin32.h b/icu4c/source/common/unicode/pwin32.h index 730b461d13..997e66076c 100644 --- a/icu4c/source/common/unicode/pwin32.h +++ b/icu4c/source/common/unicode/pwin32.h @@ -48,6 +48,7 @@ #else #define U_DEBUG 0 #endif +#endif #ifndef U_RELEASE #ifdef NDEBUG