LCL: Fix variable type used as a pointer parameter for TaskDialogIndirect. Issue #40265, noted by Arioch The.

This commit is contained in:
Juha 2023-05-16 15:08:28 +03:00
parent 4f0441eebb
commit 6de7a578ac

View File

@ -309,7 +309,7 @@ type
/// reflect the the bottom most optional checkbox state
// - if Verify is not '', should be set before execution
// - after execution, will contain the final checkbox state
VerifyChecked: Boolean;
VerifyChecked: LongBool; // LongBool needed for TaskDialogIndirect parameter.
/// low-level access to the task dialog implementation
Dialog: TTaskDialogImplementation;