mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 13:24:42 +02:00
Fix x64 build error
This commit is contained in:
parent
c230ccf1bd
commit
a0f2586102
@ -219,7 +219,7 @@ INT_PTR CALLBACK PreferenceDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM
|
||||
if (!lParam)
|
||||
return FALSE;
|
||||
|
||||
bool isChecked = _generalSubDlg.isCheckedOrNot(wParam);
|
||||
bool isChecked = _generalSubDlg.isCheckedOrNot(static_cast<int>(wParam));
|
||||
*((bool*)lParam) = isChecked;
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user