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) 2001-2013 , Peter Johnson (www.delphidabbler.com).
6
+ * Copyright (C) 2001-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
* Run time unit that defines shell folders components, classes and routines.
12
12
}
@@ -27,17 +27,20 @@ interface
27
27
{ $DEFINE DELPHI5ANDUP}
28
28
{ $ENDIF}
29
29
{ $IFDEF CONDITIONALEXPRESSIONS}
30
- { $IF CompilerVersion >= 14.0} // Delphi 6 and later
31
- { $DEFINE DELPHI5ANDUP}
32
- { $DEFINE DELPHI6ANDUP}
30
+ { $IF CompilerVersion >= 24.0} // Delphi XE3 and later
31
+ { $LEGACYIFEND ON} // NOTE: this must come before all $IFEND directives
32
+ { $IFEND}
33
+ { $IF CompilerVersion >= 23.0} // Delphi XE2 and later
34
+ { $DEFINE RTLNameSpaces}
33
35
{ $IFEND}
34
36
{ $IF CompilerVersion >= 15.0} // Delphi 7 and later
35
37
{ $DEFINE DELPHI7ANDUP}
36
38
{ $WARN UNSAFE_CODE OFF}
37
39
{ $WARN UNSAFE_CAST OFF}
38
40
{ $IFEND}
39
- { $IF CompilerVersion >= 23.0} // Delphi XE2
40
- { $DEFINE RTLNameSpaces}
41
+ { $IF CompilerVersion >= 14.0} // Delphi 6 and later
42
+ { $DEFINE DELPHI5ANDUP}
43
+ { $DEFINE DELPHI6ANDUP}
41
44
{ $IFEND}
42
45
{ $ENDIF}
43
46
You can’t perform that action at this time.
0 commit comments