From 3712aa3d6e1d0e00249773c8541debf826c3bbb2 Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Thu, 2 Aug 2018 11:42:28 -0700 Subject: [PATCH] ICU-13810 Fix typo in datefmt.h macro. (#36) --- icu4c/source/i18n/unicode/datefmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/datefmt.h b/icu4c/source/i18n/unicode/datefmt.h index 3120225678f..7630dc35450 100644 --- a/icu4c/source/i18n/unicode/datefmt.h +++ b/icu4c/source/i18n/unicode/datefmt.h @@ -48,7 +48,7 @@ class DateTimePatternGenerator; * explicit template instantiation. see digitlst.h * (When building DLLs for Windows this is required.) */ -#if U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN && not defined(U_IN_DOXYGEN) +#if U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN && !defined(U_IN_DOXYGEN) template class U_I18N_API EnumSet; -- 2.40.0