17 Dec
2020
17 Dec
'20
7:51 p.m.
"Haidong Yu" <yhd986(a)163.com> writes:
@@ -301,10 +301,10 @@ static INT_PTR security_on_initdialog(HWND hsec) DWORD i;
sd = heap_alloc_zero(sizeof(secdlg_data)); - SetWindowLongPtrW(hsec, DWLP_USER, (LONG_PTR) sd); if (!sd) { return FALSE; } + SetWindowLongPtrW(hsec, DWLP_USER, (LONG_PTR) sd);
This won't make any difference. -- Alexandre Julliard julliard(a)winehq.org