mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 19:39:45 +02:00
* fixed wrong define which caused the unit to be empty
This commit is contained in:
parent
bb63affd64
commit
ba620e2d1f
@ -3,9 +3,12 @@ unit messages;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
{$DEFINE ReadInterface}
|
uses
|
||||||
|
windows;
|
||||||
|
|
||||||
|
{$DEFINE read_interface}
|
||||||
{$I messages.inc}
|
{$I messages.inc}
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
end.
|
end.
|
Loading…
Reference in New Issue
Block a user