http://bugs.winehq.org/show_bug.cgi?id=32126 Bartosz <gang65(a)poczta.onet.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65(a)poczta.onet.pl --- Comment #1 from Bartosz <gang65(a)poczta.onet.pl> 2013-06-13 19:06:19 CDT --- Description of the method is available at: http://msdn.microsoft.com/en-us/library/aa741037%28v=vs.85%29.aspx This method is not implemented yet: 3461 static HRESULT WINAPI fnIMLangLineBreakConsole_BreakLineW( 3462 IMLangLineBreakConsole* iface, 3463 LCID locale, 3464 const WCHAR* pszSrc, 3465 LONG cchSrc, 3466 LONG cMaxColumns, 3467 LONG* pcchLine, 3468 LONG* pcchSkip ) 3469 { 3470 FIXME("(%p)->%i %s %i %i %p %p\n", iface, locale, debugstr_wn(pszSrc,cchSrc), cchSrc, cMaxColumns, pcchLine, pcchSkip); 3471 3472 *pcchLine = cchSrc; 3473 *pcchSkip = 0; 3474 return S_OK; 3475 } I will try to take a look at this. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.