| Index: patches/digilist.patch
|
| diff --git a/patches/digilist.patch b/patches/digilist.patch
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..08e39fc04d3fc23d1dacbd75e3838d2f99b5d200
|
| --- /dev/null
|
| +++ b/patches/digilist.patch
|
| @@ -0,0 +1,15 @@
|
| +diff --git a/source/i18n/digitlst.cpp b/source/i18n/digitlst.cpp
|
| +index a3b3406..ab5b557 100644
|
| +--- a/source/i18n/digitlst.cpp
|
| ++++ b/source/i18n/digitlst.cpp
|
| +@@ -60,8 +60,8 @@
|
| + # endif
|
| + #endif
|
| +
|
| +-#if U_USE_STRTOD_L && !U_PLATFORM_USES_ONLY_WIN32_API
|
| +-# if U_PLATFORM == U_PF_CYGWIN
|
| ++#if U_USE_STRTOD_L
|
| ++# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
|
| + # include <locale.h>
|
| + # else
|
| + # include <xlocale.h>
|
|
|