https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0364c58b0d3b94b16542438235be40b1a7acc7a6
commit 0364c58b0d3b94b16542438235be40b1a7acc7a6 Author: Mark Jansen <[email protected]> AuthorDate: Sat Sep 8 01:47:14 2018 +0200 Commit: Mark Jansen <[email protected]> CommitDate: Wed Sep 12 21:31:56 2018 +0200 [FREETYPE] Mark an unhandled case as UNIMPLEMENTED CORE-14948 --- win32ss/gdi/ntgdi/freetype.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win32ss/gdi/ntgdi/freetype.c b/win32ss/gdi/ntgdi/freetype.c index 12c88143e9..c269f4f738 100644 --- a/win32ss/gdi/ntgdi/freetype.c +++ b/win32ss/gdi/ntgdi/freetype.c @@ -1524,6 +1524,9 @@ IntTranslateCharsetInfo(PDWORD Src, /* [in] Index++; } break; + case TCI_SRCLOCALE: + UNIMPLEMENTED; + return FALSE; default: return FALSE; }
