Module: wine Branch: master Commit: f548ce29ed55193d7589a4e1d6a0864e3320eb78 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f548ce29ed55193d7589a4e1d6...
Author: Akihiro Sagawa sagawa.aki@gmail.com Date: Thu Mar 20 00:28:31 2014 +0900
gdi32/tests: GetGlyphOutlineA is broken for johab charset on windows.
---
dlls/gdi32/tests/font.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c index 259f4a0..a205ac7 100644 --- a/dlls/gdi32/tests/font.c +++ b/dlls/gdi32/tests/font.c @@ -4129,7 +4129,6 @@ static void test_GetGlyphOutline(void) {ANSI_CHARSET, 0x30, 0x30}, {SHIFTJIS_CHARSET, 0x82a0, 0x3042}, {HANGEUL_CHARSET, 0x8141, 0xac02}, - {JOHAB_CHARSET, 0x8446, 0x3135}, {GB2312_CHARSET, 0x8141, 0x4e04}, {CHINESEBIG5_CHARSET, 0xa142, 0x3001} };