mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
leave CHINESE struct member UINT8 Width[0x80]
this might cause a horrifying alignment bug, but I doubt it
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user