mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Add support for using ICU DLL from Windows 10
Requires Windows 10 version 1903 (May 2019 Update): https://docs.microsoft.com/en-us/windows/win32/intl/international-components-for-unicode--icu- Also adds missing configure check for unicode/utext.h.
This commit is contained in:
parent
cf2dae1e21
commit
dc32970502
14 changed files with 158 additions and 34 deletions
|
@ -109,6 +109,9 @@
|
|||
#if defined(HAVE_UNICODE_USEARCH_H)
|
||||
# include <unicode/usearch.h>
|
||||
#endif
|
||||
#if defined(HAVE_ICU_H)
|
||||
# include <icu.h>
|
||||
#endif
|
||||
|
||||
/* Create local inline versions of key functions for case-insensitive operations
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue