git-svn-id: trunk@5716 -
@@ -27,6 +27,12 @@
UNIT App;
+{2.0 compatibility}
+{$ifdef VER2_0}
+ {$macro on}
+ {$define resourcestring := const}
+{$endif}
+
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
INTERFACE
@@ -29,6 +29,12 @@ UNIT Dialogs;
{$CODEPAGE cp437}
@@ -15,6 +15,12 @@ unit Editors;
{$define UNIXLF}
interface
uses
@@ -46,6 +46,12 @@
UNIT MsgBox;
@@ -58,6 +58,12 @@ unit StdDlg;
{$define HAS_DOS_DRIVES}
{$endif}