Skip to content

Commit 3385145

Browse files
committed
minor adjustment
1 parent 763a322 commit 3385145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimpleBaseLib/src/Include/SimpleBaseLib.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)
1616
{$IFDEF FPC}
17-
{$I SimpleBaseLibHelper.inc} // Had to Include this Since Delphi Does not allow "FPC_FULLVERSION" to Compile.
18-
{$UNDEF DELPHI}
17+
{$I SimpleBaseLibHelper.inc} // Had to Include this Since Delphi Does not allow "FPC_FULLVERSION" to Compile.
18+
{$UNDEF DELPHI}
1919
{$MODE delphi}
2020

2121
{$DEFINE USE_UNROLLED_VARIANT}

0 commit comments

Comments
 (0)