9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
{.$DEFINE DONTUSEVCL}
|
|
|
|
{$IFDEF VER80}{$DEFINE DELPHI_4_PRIOR}{$ENDIF}
|
|
{$IFDEF VER90}{$DEFINE DELPHI_4_PRIOR}{$ENDIF}
|
|
{$IFDEF VER93}{$DEFINE DELPHI_4_PRIOR}{$ENDIF}
|
|
{$IFDEF VER100}{$DEFINE DELPHI_4_PRIOR}{$ENDIF}
|
|
{$IFDEF VER110}{$DEFINE DELPHI_4_PRIOR}{$ENDIF}
|
|
{$IFNDEF DELPHI_4_PRIOR}{$DEFINE DEFAULTPARAM}{$ENDIF}
|