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 0f534ef commit 90b5b0eCopy full SHA for 90b5b0e
1 file changed
CryptoLib/src/Include/CryptoLib.inc
@@ -19,9 +19,9 @@
19
{$IFDEF FPC}
20
{$I CryptoLibFPC.inc}
21
{$ELSE}
22
- // Delphi Tokyo and Above
23
- {$IF CompilerVersion < 32.0}
24
- {$MESSAGE ERROR 'This Library requires Delphi Tokyo or higher.'}
+ // Delphi Sydney and Above
+ {$IF CompilerVersion < 34.0}
+ {$MESSAGE ERROR 'This Library requires Delphi Sydney or higher.'}
25
{$IFEND}
26
27
// Silence H2586 (legacy $IFEND) on XE4+ where $ENDIF can also close $IF.
0 commit comments