Commit e08e6705 authored by longpanda's avatar longpanda
Browse files

support language font in partition Configuration Dialog

parent a8b2fdcc
No preview for this file type
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -165,6 +165,8 @@ extern PHY_DRIVE_INFO *g_PhyDriveList; ...@@ -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, ...);
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment