| Index: xfa/fgas/font/fgas_fontutils.h
|
| diff --git a/xfa/fgas/font/fgas_fontutils.h b/xfa/fgas/font/fgas_fontutils.h
|
| index 75c50c8d4aea72ab08409ce542a62b34340be101..ab567aee6ba66faae77ed487f00b42435a3158dd 100644
|
| --- a/xfa/fgas/font/fgas_fontutils.h
|
| +++ b/xfa/fgas/font/fgas_fontutils.h
|
| @@ -10,10 +10,10 @@
|
| #include "core/include/fxcrt/fx_string.h"
|
|
|
| struct FGAS_FONTUSB {
|
| - FX_WCHAR wStartUnicode;
|
| - FX_WCHAR wEndUnicode;
|
| - FX_WORD wBitField;
|
| - FX_WORD wCodePage;
|
| + uint16_t wStartUnicode;
|
| + uint16_t wEndUnicode;
|
| + uint16_t wBitField;
|
| + uint16_t wCodePage;
|
| };
|
|
|
| FX_DWORD FGAS_GetFontHashCode(FX_WORD wCodePage, FX_DWORD dwFontStyles);
|
|
|