http://bugs.winehq.org/show_bug.cgi?id=13867 Stefan Stranz <sfs1988(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sfs1988(a)gmail.com --- Comment #11 from Stefan Stranz <sfs1988(a)gmail.com> 2009-04-29 14:44:32 --- (In reply to comment #10)
I've found a solution for the problem (at least for Hex Workshop and the test application). Can someone test if it also works with WinSPC?
(Based on Wine 1.1.11 source):
File: dll/comctl32/listview.c
LINE 527: FROM: return bt == LPSTR_TEXTCALLBACKW ? 0 : -1; TO: return bt == LPSTR_TEXTCALLBACKW ? 1 : -1;
Line 3621: FROM: if (lpSubItem->hdr.pszText != lpLVItem->pszText) TO: if (textcmpWT(lpSubItem->hdr.pszText, lpLVItem->pszText, isW))
Thanks.
Tested these changes on current git. Fixed the queue not updating in WinSCP. Attaching a patch file. -- 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.