Declare MsgCrcValue with cond EXTERN_MSG

This commit is contained in:
pierre 2000-05-15 14:05:40 +00:00
parent 18073d8424
commit a788f11833

View File

@ -32,6 +32,9 @@ uses
{$ifndef EXTERN_MSG}
{$i msgtxt.inc}
{$else }
Const
MsgCRCValue : longint = 0;
{$endif}
{$i msgidx.inc}
@ -580,7 +583,10 @@ end.
{
$Log$
Revision 1.52 2000-05-10 19:20:23 pierre
Revision 1.53 2000-05-15 14:05:40 pierre
Declare MsgCrcValue with cond EXTERN_MSG
Revision 1.52 2000/05/10 19:20:23 pierre
* Use integer third arg for val in SetErrorFlags
to allow compilation with Delphi
reported by Kovacs Attila Zoltan