Added check for a new version of the application.

This commit is contained in:
2023-06-04 14:23:35 +03:00
parent aadba59546
commit e74c775f90
11 changed files with 1289 additions and 19 deletions

View File

@@ -8,9 +8,8 @@
#define TBUFLEN 32
#define DBUFLEN 256
//extern WCHAR szTitle[MAX_LOADSTRING];
extern WCHAR szTitle[];
extern SYSTEMTIME lt;
extern wchar_t debugBuffer[DBUFLEN];
extern std::wofstream logfile;
extern CRITICAL_SECTION cs;