* fixed wrong define which caused the unit to be empty

This commit is contained in:
florian 2003-10-06 16:54:22 +00:00
parent bb63affd64
commit ba620e2d1f

View File

@ -3,9 +3,12 @@ unit messages;
interface
{$DEFINE ReadInterface}
uses
windows;
{$DEFINE read_interface}
{$I messages.inc}
implementation
end.
end.