]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/shareddateformatsymbols.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / shareddateformatsymbols.h
index 8451183bc29aa5d46d7696e0b1031a9829fa419b..66a06ecae5476abd287892cf3310e1cf68f0f192 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 ******************************************************************************
 * Copyright (C) 2014, International Business Machines
@@ -10,6 +12,9 @@
 #define __SHARED_DATEFORMATSYMBOLS_H__
 
 #include "unicode/utypes.h"
+
+#if !UCONFIG_NO_FORMATTING
+
 #include "sharedobject.h"
 #include "unicode/dtfmtsym.h"
 
@@ -31,4 +36,6 @@ private:
 
 U_NAMESPACE_END
 
+#endif /* !UCONFIG_NO_FORMATTING */
+
 #endif