Examples: Fix compilation of "Translation" example on Windows, broken by r49495 #931c7a9de4. Issue #28761.

git-svn-id: trunk@49920 -
This commit is contained in:
juha 2015-10-03 12:10:56 +00:00
parent a171f6e322
commit a8ac9b0c60
2 changed files with 5 additions and 4 deletions

View File

@ -4,5 +4,5 @@ object LocalizedForm: TLocalizedForm
Top = 238
Width = 320
Caption = 'LocalizedForm'
LCLVersion = '1.3'
LCLVersion = '1.5'
end

View File

@ -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}