mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-10 14:51:58 +00:00
fixed tinygettext on MorphOS, refs #371
This commit is contained in:
parent
3625a74da3
commit
20e4c8c002
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
|||
|
||||
# include <iconv.h>
|
||||
|
||||
# ifdef __MORPHOS__
|
||||
# define HAVE_ICONV_CONST
|
||||
# define ICONV_CONST const
|
||||
# endif
|
||||
|
||||
# ifdef HAVE_ICONV_CONST
|
||||
# define tinygettext_ICONV_CONST ICONV_CONST
|
||||
# else
|
||||
|
|
Loading…
Reference in a new issue