Added check for a new version of the application.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user