Added version information to the beginning of the log file.

This commit is contained in:
2023-05-20 14:25:35 +03:00
parent 9dd557311e
commit b58039b4ab
4 changed files with 11 additions and 10 deletions

View File

@@ -113,7 +113,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmd
return FALSE;
}
OpenLogFile();
OpenLogFile(szTitle, TEXT(VERSION_STR));
LOG_TO_FILE(L"Entering the %s() function", TEXT(__FUNCTION__));