1.0.58 release

This commit is contained in:
longpanda
2021-11-06 17:54:11 +08:00
parent 863eafd2cc
commit 32602a79ab
22 changed files with 373 additions and 57 deletions

View File

@@ -187,6 +187,8 @@ extern HFONT g_language_normal_font;
extern HFONT g_language_bold_font;
extern int g_FilterUSB;
void TraceOut(const char *Fmt, ...);
void Log(const char *Fmt, ...);
BOOL IsPathExist(BOOL Dir, const char *Fmt, ...);