mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 02:09:21 +02:00
examples: fixed compilation
git-svn-id: trunk@23700 -
This commit is contained in:
parent
214b4b08ea
commit
31aa163358
@ -32,7 +32,7 @@ Program MessagDialogs;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses Interfaces, Classes, Forms, Dialogs, Buttons;
|
||||
uses Interfaces, Classes, Forms, Dialogs, Buttons, StdCtrls;
|
||||
|
||||
type
|
||||
TMainForm = class(TForm)
|
||||
|
@ -39,7 +39,7 @@ program Trackbar;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
Interfaces, Classes, Forms, Buttons, Menus, ComCtrls,
|
||||
Interfaces, Classes, Forms, Buttons, StdCtrls, Menus, ComCtrls,
|
||||
SysUtils, Controls;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user