diff --git a/gettext.c b/gettext.c index 8b2da4641f..3741025812 100644 --- a/gettext.c +++ b/gettext.c @@ -12,6 +12,8 @@ # include # ifdef HAVE_LIBCHARSET_H # include +# elif defined GIT_WINDOWS_NATIVE +# define locale_charset() "UTF-8" # else # include # define locale_charset() nl_langinfo(CODESET)