Skip to content

Commit a4fd2b4

Browse files
committed
1 parent 06f33aa commit a4fd2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonForDelphi/Components/Sources/Core/VarPyth.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ TNamedParamDesc = record
127127
{$IFDEF DELPHIXE2_OR_HIGHER}
128128
{$DEFINE USESYSTEMDISPINVOKE} //Delphi 2010 DispInvoke is buggy
129129
{$ENDIF}
130-
{$.IF DEFINED(FPC_FULLVERSION) and (FPC_FULLVERSION >= 20500)}
130+
{.$IF DEFINED(FPC_FULLVERSION) and (FPC_FULLVERSION >= 20500)}
131131
{.$DEFINE USESYSTEMDISPINVOKE}
132132
{.$IFEND}
133133

0 commit comments

Comments
 (0)