Added platform architecture information to About dialog and CLogger::Out() method.

This commit is contained in:
2023-12-07 20:53:38 +03:00
parent f558df6bf9
commit b8ce96ee99
7 changed files with 22 additions and 46 deletions

View File

@@ -11,9 +11,6 @@ class CLogger
public:
void Out(const wchar_t*, ...);
CLogger(const wchar_t*);
CLogger(const wchar_t*, const wchar_t*);
CLogger(const wchar_t*, const uint8_t);
CLogger(const wchar_t*, const wchar_t*, const uint8_t);
~CLogger();
private: