Changed C-style type conversion to C++ style.

This commit is contained in:
2023-12-11 21:25:59 +03:00
parent 5b205ad2e4
commit 6ba949de4b
4 changed files with 23 additions and 23 deletions

View File

@@ -39,8 +39,6 @@ public:
private:
SYSTEMTIME lt;
CRITICAL_SECTION cs;
HANDLE hLoggerThread = NULL;
HANDLE hLoggerEvent = NULL;
wchar_t logTimeBuffer[28]{ 0 };
wchar_t logBuffer[MAX_LOGBUFFER_LENGTH]{ 0 };
std::wofstream fsLogFile;