| Index: xfa/src/fgas/include/fx_ucd.h
|
| diff --git a/xfa/src/fgas/include/fx_ucd.h b/xfa/src/fgas/include/fx_ucd.h
|
| index 715c8af4dd650ade0cba7e20875a29abfe49034b..7b5b6532a58346df8bce16256a2e2db3fdcb0593 100644
|
| --- a/xfa/src/fgas/include/fx_ucd.h
|
| +++ b/xfa/src/fgas/include/fx_ucd.h
|
| @@ -14,7 +14,7 @@
|
| #define FX_JAPCHARPROPERTYEX_Bottom 0x30
|
| typedef struct _FX_JAPCHARPROPERTYEX {
|
| FX_WCHAR wChar;
|
| - FX_BYTE uAlign;
|
| + uint8_t uAlign;
|
| } FX_JAPCHARPROPERTYEX, *FX_LPJAPCHARPROPERTYEX;
|
| typedef FX_JAPCHARPROPERTYEX const * FX_LPCJAPCHARPROPERTYEX;
|
| FX_LPCJAPCHARPROPERTYEX FX_GetJapCharPropertyEx(FX_WCHAR wch);
|
|
|