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