We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f33aa commit a4fd2b4Copy full SHA for a4fd2b4
PythonForDelphi/Components/Sources/Core/VarPyth.pas
@@ -127,7 +127,7 @@ TNamedParamDesc = record
127
{$IFDEF DELPHIXE2_OR_HIGHER}
128
{$DEFINE USESYSTEMDISPINVOKE} //Delphi 2010 DispInvoke is buggy
129
{$ENDIF}
130
-{$.IF DEFINED(FPC_FULLVERSION) and (FPC_FULLVERSION >= 20500)}
+{.$IF DEFINED(FPC_FULLVERSION) and (FPC_FULLVERSION >= 20500)}
131
{.$DEFINE USESYSTEMDISPINVOKE}
132
{.$IFEND}
133
0 commit comments