Skip to content

Commit

Permalink
ticket:10811: QNX does not have nl_lang_info_codeset
Browse files Browse the repository at this point in the history
git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@35580 251d0590-4201-4cf1-90de-194747b24ca1
  • Loading branch information
jungshik committed Apr 2, 2014
1 parent 5e847b4 commit 061be17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/putilimp.h
Expand Up @@ -85,7 +85,7 @@ typedef size_t uintptr_t;

#ifdef U_HAVE_NL_LANGINFO_CODESET
/* Use the predefined value. */
#elif U_PLATFORM_HAS_WIN32_API || U_PLATFORM == U_PF_ANDROID
#elif U_PLATFORM_HAS_WIN32_API || U_PLATFORM == U_PF_ANDROID || U_PLATFORM == U_PF_QNX
# define U_HAVE_NL_LANGINFO_CODESET 0
#else
# define U_HAVE_NL_LANGINFO_CODESET 1
Expand Down

0 comments on commit 061be17

Please sign in to comment.