From: MetaDucky Date: Thu, 14 Nov 2013 19:09:37 +0000 (+0100) Subject: fix gettext compile issues under win32 X-Git-Tag: 0.4.8~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0930911efa35344d40b3977882ed516ab6ae1088;p=oweals%2Fminetest.git fix gettext compile issues under win32 --- diff --git a/src/gettext.h b/src/gettext.h index 862274a31..02aa6979d 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -56,7 +56,7 @@ inline wchar_t* chartowchar_t(const char *str) int nResult = MultiByteToWideChar( CP_UTF8, 0, (LPCSTR) str, -1, 0, 0 ); if( nResult == 0 ) { - fprintf( stderr, "error: MultiByteToWideChar returned null\n" ); + errorstream<<"gettext: MultiByteToWideChar returned null"<