git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31147
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxUint32 dummy = *((wxUint32 *)(structptr+0)) ;
wxUint32 lcid = wxUINT32_SWAP_ON_BE( dummy ) ;
wxString msg ;
wxUint32 dummy = *((wxUint32 *)(structptr+0)) ;
wxUint32 lcid = wxUINT32_SWAP_ON_BE( dummy ) ;
wxString msg ;
- msg.Printf("Language=0x%X\r\n",lcid) ;
+ msg.Printf(_T("Language=0x%X\r\n"),lcid) ;
out->Write(msg.c_str() , msg.Length() ) ;
}
break ;
out->Write(msg.c_str() , msg.Length() ) ;
}
break ;