Jan Engelhardt
743f3bf40b
- xlocale.patch: don't use obsolete <xlocale.h> OBS-URL: https://build.opensuse.org/request/show/513173 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=78
18 lines
468 B
Diff
18 lines
468 B
Diff
Index: icu/source/i18n/digitlst.cpp
|
|
===================================================================
|
|
--- icu.orig/source/i18n/digitlst.cpp
|
|
+++ icu/source/i18n/digitlst.cpp
|
|
@@ -61,11 +61,7 @@
|
|
#endif
|
|
|
|
#if U_USE_STRTOD_L
|
|
-# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
|
|
-# include <locale.h>
|
|
-# else
|
|
-# include <xlocale.h>
|
|
-# endif
|
|
+# include <locale.h>
|
|
#endif
|
|
|
|
// ***************************************************************************
|