File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at http://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2000-2013 , Peter Johnson (www.delphidabbler.com).
6
+ * Copyright (C) 2000-2014 , Peter Johnson (www.delphidabbler.com).
7
7
*
8
- * $Rev$
9
- * $Date$
8
+ * $Rev: 1515 $
9
+ * $Date: 2014-01-11 02:36:28 +0000 (Sat, 11 Jan 2014) $
10
10
*
11
11
* Defines the TPJStreamWrapper class. This is a base class for descendant
12
12
* classes that "wrap" a TStream class to provide some form of filter or
22
22
{ $UNDEF SUPPORTS_TSTREAM64}
23
23
{ $UNDEF RTLNAMESPACES}
24
24
{ $IFDEF CONDITIONALEXPRESSIONS}
25
- { $IF CompilerVersion >= 14.0} // >= Delphi 6
26
- { $DEFINE SUPPORTS_TSTREAM64}
25
+ { $IF CompilerVersion >= 24.0} // Delphi XE3 and later
26
+ { $LEGACYIFEND ON} // NOTE: this must come before all $IFEND directives
27
+ { $IFEND}
28
+ { $IF CompilerVersion >= 23.0} // Delphi XE2 and later
29
+ { $DEFINE RTLNAMESPACES}
27
30
{ $IFEND}
28
- { $IF CompilerVersion >= 18.0} // >= Delphi 2006
31
+ { $IF CompilerVersion >= 18.0} // Delphi 2006 and later
29
32
{ $DEFINE SUPPORTS_STRICT}
30
33
{ $IFEND}
31
- { $IF CompilerVersion >= 23 .0} // >= Delphi XE2
32
- { $DEFINE RTLNAMESPACES }
34
+ { $IF CompilerVersion >= 14 .0} // Delphi 6 and later
35
+ { $DEFINE SUPPORTS_TSTREAM64 }
33
36
{ $IFEND}
34
37
{ $ENDIF}
35
38
You can’t perform that action at this time.
0 commit comments