mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-21 17:31:26 +02:00
Examples: Fix compilation of "Translation" example on Windows, broken by r49495 #931c7a9de4. Issue #28761.
git-svn-id: trunk@49920 -
This commit is contained in:
parent
a171f6e322
commit
a8ac9b0c60
@ -4,5 +4,5 @@ object LocalizedForm: TLocalizedForm
|
||||
Top = 238
|
||||
Width = 320
|
||||
Caption = 'LocalizedForm'
|
||||
LCLVersion = '1.3'
|
||||
LCLVersion = '1.5'
|
||||
end
|
||||
|
@ -16,7 +16,10 @@ unit LocalizedForms;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, Forms;
|
||||
{$IFDEF MSWINDOWS}
|
||||
Windows,
|
||||
{$ENDIF}
|
||||
Classes, SysUtils, Forms;
|
||||
|
||||
type
|
||||
TLocalizedForm = class(TForm)
|
||||
@ -48,8 +51,6 @@ implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
|
||||
|
||||
{ Local procedures }
|
||||
|
||||
{$IFDEF MSWINDOWS}
|
||||
|
Loading…
Reference in New Issue
Block a user