Skip to content
Snippets Groups Projects
Commit 0930911e authored by MetaDucky's avatar MetaDucky Committed by kwolekr
Browse files

fix gettext compile issues under win32

parent 86ef7147
No related branches found
No related tags found
No related merge requests found
......@@ -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"<<std::endl;
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment