[PATCH v7 2/2] user32: Implement EC_USEFONTINFO margins in the CJK case.

Akihiro Sagawa sagawa.aki at gmail.com
Wed Apr 10 10:04:41 CDT 2019


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 at gmail.com>
---
 dlls/user32/edit.c       | 41 ++++++++++++++++++++++++++++++++++++++---
 dlls/user32/tests/edit.c |  4 ++--
 2 files changed, 40 insertions(+), 5 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: v7-0002-user32-Implement-EC_USEFONTINFO-margins-in-the-CJ.patch
Type: text/x-patch
Size: 3350 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20190411/75fe6630/attachment.bin>


More information about the wine-devel mailing list