mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
More robust check for Windows ICU
Also ensure that we don't include both unicode/*.h and icu.h.
This commit is contained in:
parent
5120069a88
commit
b41953d274
8 changed files with 35 additions and 52 deletions
|
@ -3,8 +3,7 @@
|
|||
|
||||
#if defined(HAVE_UNICODE_UTEXT_H)
|
||||
#include <unicode/utext.h>
|
||||
#endif
|
||||
#if defined(HAVE_ICU_H)
|
||||
#elif defined(HAVE_ICU_H)
|
||||
#include <icu.h>
|
||||
// icu.h in Windows 10 is missing a declaration of UTEXT_MAGIC
|
||||
#ifndef UTEXT_MAGIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue