[PATCH v7 2/2] user32: Implement EC_USEFONTINFO margins in the CJK case.
10 Apr
2019
10 Apr
'19
4:04 p.m.
In v7, fix the following compiler warning: ../../../wine/dlls/user32/edit.c:2897:43: warning: implicit declaration of function ‘GetCharWidthInfo’ [-Wimplicit-function-declaration] if (is_cjk_charset(dc) && GetCharWidthInfo(dc, &width_info)) ^~~~~~~~~~~~~~~~ Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/user32/edit.c | 41 ++++++++++++++++++++++++++++++++++++++--- dlls/user32/tests/edit.c | 4 ++-- 2 files changed, 40 insertions(+), 5 deletions(-)
2529
Age (days ago)
2529
Last active (days ago)
0 comments
1 participants
participants (1)
-
Akihiro Sagawa