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

@@ -46,7 +46,7 @@ void FillVersionStructure(Version& ver, const std::wstring& str);
std::vector<std::wstring> Split(const std::wstring& s, wchar_t delim);
std::wstring ConvertUtf8ToWide(const std::string& str);
UINT WINAPI Updater(LPVOID)
UINT WINAPI Updater(void*)
{
logger.Out(L"Entering the %s() function", TEXT(__FUNCTION__));
logger.Out(L"[UPDT] Sleeping %d seconds", T0);