mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 21:22:49 +08:00
JIRA issue: CORE-20505 - NtGdiGetGlyphIndicesW function simply calls NtGdiGetGlyphIndicesWInternal function. - NtGdiGetGlyphIndicesWInternal allocates buffer and calls GreGetGlyphIndicesW function. - Add GreGetGlyphIndicesW definition in freetype.c. - Modify GetGlyphIndicesA function.