mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 19:29:25 +02:00
LCL: Fix variable type used as a pointer parameter for TaskDialogIndirect. Issue #40265, noted by Arioch The.
This commit is contained in:
parent
4f0441eebb
commit
6de7a578ac
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user