fix a typo: Achar2UChar

This commit is contained in:
Vincent Wei
2023-04-24 11:37:35 +08:00
parent 5d9d787dac
commit d059fc8de2

View File

@@ -200,7 +200,7 @@ Uint16 GUIAPI GetACharBidiType (LOGFONT* log_font, Achar32 chv)
#include "unicode-ops.h"
Uchar32 GUIAPI Achar2UChar(LOGFONT* logfont, Achar32 chv)
Uchar32 GUIAPI AChar2UChar(LOGFONT* logfont, Achar32 chv)
{
Uchar32 uc;
DEVFONT* devfont = SELECT_DEVFONT_BY_ACHAR(logfont, chv);