[PATCH] comctl32: replace lstrlenW() with return value.
Carlo Bramini
3 Oct
2019
3 Oct
'19
4:28 p.m.
Function get_localized_dayname() already returns the number of characters written, so the lstrlenW() into DrawTextW() could just replaced with that return value.