mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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
|
@ -55,8 +55,7 @@
|
|||
#endif
|
||||
#if defined(HAVE_UNICODE_UCNV_H)
|
||||
#include <unicode/ucnv.h>
|
||||
#endif
|
||||
#if defined(HAVE_ICU_H)
|
||||
#elif defined(HAVE_ICU_H)
|
||||
#include <icu.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue