Skip to content

Commit

Permalink
support language font in partition Configuration Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Jul 17, 2020
1 parent a8b2fdc commit e08e670
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
Binary file modified INSTALL/Ventoy2Disk.exe
Binary file not shown.
Binary file modified Ventoy2Disk/Ventoy2Disk/PartDialog.c
Binary file not shown.
2 changes: 2 additions & 0 deletions Ventoy2Disk/Ventoy2Disk/Ventoy2Disk.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ extern PHY_DRIVE_INFO *g_PhyDriveList;
extern DWORD g_PhyDriveCount;
extern int g_ForceOperation;
extern HWND g_ProgressBarHwnd;
extern HFONT g_language_normal_font;
extern HFONT g_language_bold_font;

void Log(const char *Fmt, ...);
BOOL IsPathExist(BOOL Dir, const char *Fmt, ...);
Expand Down
Binary file modified Ventoy2Disk/Ventoy2Disk/Ventoy2Disk.rc
Binary file not shown.
Binary file modified Ventoy2Disk/Ventoy2Disk/WinDialog.c
Binary file not shown.

0 comments on commit e08e670

Please sign in to comment.