Skip to content

Commit a959ffb

Browse files
Fixed inc file Legacy ifend for XE4 or greater.
1 parent 6aa988e commit a959ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/DUnitX.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{$IF CompilerVersion < 21.0} // Before RAD Studio 2010
3030
{$DEFINE UNSUPPORTED_COMPILER_VERSION}
3131
{$IFEND}
32-
{$IF CompilerVersion > 23.0 } //XE3 or later
32+
{$IF CompilerVersion > 24.0 } //XE4 or later
3333
{$LEGACYIFEND ON}
3434
{$IFEND}
3535
{$ELSE}

0 commit comments

Comments
 (0)