mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 21:41:35 +02:00
LCL: make sure messages.pp is not compiled on windows
git-svn-id: trunk@41364 -
This commit is contained in:
parent
a6bb37ad88
commit
14f96042eb
@ -24,6 +24,9 @@
|
|||||||
to make porting easy.
|
to make porting easy.
|
||||||
It is not used by the LCL itself.
|
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;
|
unit Messages;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user