Release v1.3.10

This commit is contained in:
2025-05-09 16:48:53 +03:00
parent 9a9b82b981
commit 5f6e1cd068
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -231,7 +231,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmd
HeapFree(hHeap, NULL, szWinClassBuffer);
HeapFree(hHeap, NULL, szWinTitleBuffer);
logger.Out(L"Exit from the %s() function, msg.wParam = 0x%0*tX", TEXT(__FUNCTION__), (sizeof(UINT_PTR) * 2), static_cast<UINT_PTR>(msg.wParam));
logger.Out(L"Exit from the %s() function, msg.wParam = 0x%p", TEXT(__FUNCTION__), msg.wParam);
return static_cast<UINT_PTR>(msg.wParam);
}