mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 23:16:04 +02:00
lcl: lcltaskdialog: fix non-windows compilation
git-svn-id: trunk@53014 -
This commit is contained in:
parent
5dfe53f3d2
commit
7392cc05c9
@ -133,8 +133,8 @@ uses
|
|||||||
LResources, Classes, SysUtils,
|
LResources, Classes, SysUtils,
|
||||||
Menus, Graphics, Forms, Controls, StdCtrls, ExtCtrls, Buttons;
|
Menus, Graphics, Forms, Controls, StdCtrls, ExtCtrls, Buttons;
|
||||||
|
|
||||||
var
|
|
||||||
{$IFDEF MSWINDOWS}
|
{$IFDEF MSWINDOWS}
|
||||||
|
var
|
||||||
/// is filled once in the initialization block below
|
/// is filled once in the initialization block below
|
||||||
// - you can set this reference to nil to force Delphi dialogs even
|
// - you can set this reference to nil to force Delphi dialogs even
|
||||||
// on Vista/Seven (e.g. make sense if TaskDialogBiggerButtons=true)
|
// on Vista/Seven (e.g. make sense if TaskDialogBiggerButtons=true)
|
||||||
|
Loading…
Reference in New Issue
Block a user