From 0930911efa35344d40b3977882ed516ab6ae1088 Mon Sep 17 00:00:00 2001 From: MetaDucky Date: Thu, 14 Nov 2013 20:09:37 +0100 Subject: fix gettext compile issues under win32 --- src/gettext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gettext.h') 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"<