mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 17:09:27 +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
|
||||
|
||||
{$DEFINE ReadInterface}
|
||||
uses
|
||||
windows;
|
||||
|
||||
{$DEFINE read_interface}
|
||||
{$I messages.inc}
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
end.
|
Loading…
Reference in New Issue
Block a user