mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
- Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine
8 lines
266 B
C
8 lines
266 B
C
--- common/unicode/uvernum.h.orig 2017-03-21 01:03:49 UTC
|
|
+++ common/unicode/uvernum.h
|
|
@@ -125,4 +125,4 @@
|
|
* This value will change in the subsequent releases of ICU
|
|
* @stable ICU 2.6
|
|
*/
|
|
-#if U_PLATFORM_HAS_WINUWP_API == 0
|
|
+#ifndef U_PLATFORM_HAS_WINUWP_API
|