mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Use correct feature test for presence of ucnv functions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37437 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf71a18895
commit
d770d1eeae
2 changed files with 6 additions and 1 deletions
|
@ -2566,7 +2566,7 @@ GSPrivateDefaultCStringEncoding()
|
|||
if (natEnc == GSUndefinedEncoding)
|
||||
{
|
||||
/* Encoding not set */
|
||||
#if GS_USE_ICU == 1
|
||||
#if HAVE_UNICODE_UCNV_H
|
||||
|
||||
const char *defaultName;
|
||||
UErrorCode err = U_ZERO_ERROR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue