Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated inc file for Tokyo
  • Loading branch information
Vincent Parrett committed Mar 24, 2017
1 parent d5a3770 commit 8ec65a2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Delphi.Mocks.inc
Expand Up @@ -135,7 +135,7 @@
{$DEFINE DELPHI_SEATTLE}
{$ENDIF VER300}

{$IFDEF VER310} // RAD Studio 10 Seattle
{$IFDEF VER310} // RAD Studio 10 Berlin
{$DEFINE DELPHI_2010_UP}
{$DEFINE DELPHI_XE_UP}
{$DEFINE DELPHI_XE2_UP}
Expand All @@ -150,3 +150,19 @@
{$DEFINE DELPHI_BERLIN}
{$ENDIF VER310}

{$IFDEF VER320} // RAD Studio 10 Tokyo
{$DEFINE DELPHI_2010_UP}
{$DEFINE DELPHI_XE_UP}
{$DEFINE DELPHI_XE2_UP}
{$DEFINE DELPHI_XE3_UP}
{$DEFINE DELPHI_XE4_UP}
{$DEFINE DELPHI_XE5_UP}
{$DEFINE DELPHI_XE6_UP}
{$DEFINE DELPHI_XE7_UP}
{$DEFINE DELPHI_XE8_UP}
{$DEFINE DELPHI_SEATTLE_UP}
{$DEFINE DELPHI_BERLIN_UP}
{$DEFINE DELPHI_TOKYO_UP}
{$DEFINE DELPHI_TOKYO}
{$ENDIF VER310}

0 comments on commit 8ec65a2

Please sign in to comment.