taskmgr: Finish partial unicode conversion of process page. (Bug 17428)

Dylan Smith dylan.ah.smith at gmail.com
Sun Aug 23 23:55:22 CDT 2009


The main issue was that unicode conversion of the taskmgr was partially
complete, but the process page was missing a lot of necessary unicode
conversions.  The main issue was the process list was blank, because it was
coded to process the LVN_GETDISPINFOA notification, but not the
LVN_GETDISPINFOW notification that it was receiving.  Of course also the
text fields needed to be appropriately handled as unicode text.
---
 programs/taskmgr/dbgchnl.c  |   14 ++--
 programs/taskmgr/perfdata.c |   46 ++++----------
 programs/taskmgr/perfdata.h |    5 +-
 programs/taskmgr/procpage.c |  145 +++++++++++++++++++++++--------------------
 programs/taskmgr/run.c      |    3 +-
 5 files changed, 101 insertions(+), 112 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-taskmgr-Finish-partial-unicode-conversion-of-proc.diff.txt
Type: text/x-patch
Size: 24970 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090824/c0ac41a7/attachment-0001.bin>


More information about the wine-patches mailing list