Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
updated SMS units to compile with latest 2.1 beta
- Loading branch information
Showing
215 changed files
with
103,595 additions
and
103,566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
{ ComPort Library global definitions } | ||
|
||
{$B-} | ||
{$X+} | ||
{$H+} | ||
{$R-} | ||
{$Q-} | ||
|
||
{$IFDEF VER110} { C++ Builder 3 } | ||
{$ObjExportAll On} | ||
{$ENDIF} | ||
|
||
{$IFDEF VER120} { Delphi 4 } | ||
{$DEFINE DELPHI_4_OR_HIGHER} | ||
{$DEFINE DELPHI_4} | ||
{$ENDIF} | ||
|
||
{$IFDEF VER125} { C++ Builder 4 } | ||
{$DEFINE DELPHI_4_OR_HIGHER} | ||
{$DEFINE DELPHI_4} | ||
{$ObjExportAll On} | ||
{$ENDIF} | ||
|
||
{$IFDEF VER130} { Delphi 5 and C++ Builder 5 } | ||
{$DEFINE DELPHI_4_OR_HIGHER} | ||
{$DEFINE DELPHI_5_OR_HIGHER} | ||
{$DEFINE DELPHI_5} | ||
{$IFDEF BCBNOTDELPHI} | ||
{$ObjExportAll On} | ||
{$ENDIF} | ||
{$ENDIF} | ||
|
||
{$IFDEF CONDITIONALEXPRESSIONS} // Delphi 6 or newer | ||
{$DEFINE VER140} | ||
{$if CompilerVersion >= 17} | ||
{$define HASINLINE} // Delphi 2005 or newer | ||
{$ifend} | ||
{$ENDIF} | ||
|
||
{$IFDEF VER140} { Delphi 6 } | ||
{$DEFINE DELPHI_4_OR_HIGHER} | ||
{$DEFINE DELPHI_5_OR_HIGHER} | ||
{$DEFINE DELPHI_6_OR_HIGHER} | ||
{$DEFINE DELPHI_6} | ||
{$IFDEF BCBNOTDELPHI} | ||
{$ObjExportAll On} | ||
{$ENDIF} | ||
{$ENDIF} | ||
{ ComPort Library global definitions } | ||
|
||
{$B-} | ||
{$X+} | ||
{$H+} | ||
{$R-} | ||
{$Q-} | ||
|
||
{$IFDEF VER110} { C++ Builder 3 } | ||
{$ObjExportAll On} | ||
{$ENDIF} | ||
|
||
{$IFDEF VER120} { Delphi 4 } | ||
{$DEFINE DELPHI_4_OR_HIGHER} | ||
{$DEFINE DELPHI_4} | ||
{$ENDIF} | ||
|
||
{$IFDEF VER125} { C++ Builder 4 } | ||
{$DEFINE DELPHI_4_OR_HIGHER} | ||
{$DEFINE DELPHI_4} | ||
{$ObjExportAll On} | ||
{$ENDIF} | ||
|
||
{$IFDEF VER130} { Delphi 5 and C++ Builder 5 } | ||
{$DEFINE DELPHI_4_OR_HIGHER} | ||
{$DEFINE DELPHI_5_OR_HIGHER} | ||
{$DEFINE DELPHI_5} | ||
{$IFDEF BCBNOTDELPHI} | ||
{$ObjExportAll On} | ||
{$ENDIF} | ||
{$ENDIF} | ||
|
||
{$IFDEF CONDITIONALEXPRESSIONS} // Delphi 6 or newer | ||
{$DEFINE VER140} | ||
{$if CompilerVersion >= 17} | ||
{$define HASINLINE} // Delphi 2005 or newer | ||
{$ifend} | ||
{$ENDIF} | ||
|
||
{$IFDEF VER140} { Delphi 6 } | ||
{$DEFINE DELPHI_4_OR_HIGHER} | ||
{$DEFINE DELPHI_5_OR_HIGHER} | ||
{$DEFINE DELPHI_6_OR_HIGHER} | ||
{$DEFINE DELPHI_6} | ||
{$IFDEF BCBNOTDELPHI} | ||
{$ObjExportAll On} | ||
{$ENDIF} | ||
{$ENDIF} |
Oops, something went wrong.