LCL: make sure messages.pp is not compiled on windows

git-svn-id: trunk@41364 -
This commit is contained in:
mattias 2013-05-23 07:02:07 +00:00
parent a6bb37ad88
commit 14f96042eb

View File

@ -24,6 +24,9 @@
to make porting easy.
It is not used by the LCL itself.
}
{$ifdef WINDOWS}
{$Error This unit is not for MS Windows. Windows has unit windows for that. }
{$ENDIF}
unit Messages;