We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763a322 commit 3385145Copy full SHA for 3385145
SimpleBaseLib/src/Include/SimpleBaseLib.inc
@@ -14,8 +14,8 @@
14
15
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)
16
{$IFDEF FPC}
17
- {$I SimpleBaseLibHelper.inc} // Had to Include this Since Delphi Does not allow "FPC_FULLVERSION" to Compile.
18
- {$UNDEF DELPHI}
+{$I SimpleBaseLibHelper.inc} // Had to Include this Since Delphi Does not allow "FPC_FULLVERSION" to Compile.
+{$UNDEF DELPHI}
19
{$MODE delphi}
20
21
{$DEFINE USE_UNROLLED_VARIANT}
0 commit comments