Release v1.3.10
This commit is contained in:
BIN
Version.ini
BIN
Version.ini
Binary file not shown.
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user