[PATCH 01/10 v2] comctl32: Fix non printable characters handling in SB_SETTEXT.

Piotr Caban piotr at codeweavers.com
Tue Jul 21 05:21:00 CDT 2020


Signed-off-by: Piotr Caban <piotr at codeweavers.com>
---
v2:
  - fix comctl32 test failure, the test was failing because of a 
difference between msvcrt.dll and ucrtbase.dll, it turns out that 
iswprint should not be used at all
  - make the _wctype table compatible with all versions of C runtime

  dlls/comctl32/status.c       |  2 +-
  dlls/comctl32/tests/status.c | 22 ++++++++++++++--------
  2 files changed, 15 insertions(+), 9 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-comctl32-Fix-non-printable-characters-handling-in-SB_S.txt
Type: text/x-patch
Size: 2588 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200721/e49020cc/attachment.bin>


More information about the wine-devel mailing list