mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-11 13:10:38 +00:00
support language font in partition Configuration Dialog
This commit is contained in:
parent
a8b2fdccc7
commit
e08e6705cf
Binary file not shown.
Binary file not shown.
@ -165,6 +165,8 @@ extern PHY_DRIVE_INFO *g_PhyDriveList;
|
|||||||
extern DWORD g_PhyDriveCount;
|
extern DWORD g_PhyDriveCount;
|
||||||
extern int g_ForceOperation;
|
extern int g_ForceOperation;
|
||||||
extern HWND g_ProgressBarHwnd;
|
extern HWND g_ProgressBarHwnd;
|
||||||
|
extern HFONT g_language_normal_font;
|
||||||
|
extern HFONT g_language_bold_font;
|
||||||
|
|
||||||
void Log(const char *Fmt, ...);
|
void Log(const char *Fmt, ...);
|
||||||
BOOL IsPathExist(BOOL Dir, const char *Fmt, ...);
|
BOOL IsPathExist(BOOL Dir, const char *Fmt, ...);
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user