fixed tinygettext on MorphOS, refs #371

This commit is contained in:
Szilárd Biró 2013-10-18 18:03:06 +02:00
parent 3625a74da3
commit 20e4c8c002

View file

@ -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