leave CHINESE struct member UINT8 Width[0x80]

this might cause a horrifying alignment bug, but I doubt it
This commit is contained in:
Marco Antonio J. Costa
2024-12-31 16:28:44 -03:00
parent 3acd2cea97
commit 4624fe92f0
-2
View File
@@ -37,9 +37,7 @@ typedef struct
COLORVAL BackColor; COLORVAL BackColor;
UINT8 Height; UINT8 Height;
UINT8 InternalLeading; UINT8 InternalLeading;
#ifdef CHINESE
UINT8 Width[0x80]; UINT8 Width[0x80];
#endif
} HWINFONT; } HWINFONT;
LONG gWinFontAdjust; LONG gWinFontAdjust;