mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fixup for systems without iconv
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26880 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
885e26ee31
commit
f16fff6425
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ internal_unicode_enc(void)
|
|||
return unicode_enc;
|
||||
}
|
||||
|
||||
#else
|
||||
#define UNICODE_UTF32 ""
|
||||
#endif
|
||||
|
||||
static GSLazyLock *local_lock = nil;
|
||||
|
|
Loading…
Reference in a new issue