|
@@ -10,15 +10,20 @@
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|
|
**********************************************************************}
|
|
**********************************************************************}
|
|
-
|
|
|
|
|
|
+{$IFNDEF FPC_DOTTEDUNITS}
|
|
unit atomapp;
|
|
unit atomapp;
|
|
|
|
+{$ENDIF}
|
|
|
|
|
|
{$mode objfpc}
|
|
{$mode objfpc}
|
|
|
|
|
|
interface
|
|
interface
|
|
|
|
|
|
uses
|
|
uses
|
|
|
|
+{$IFDEF FPC_DOTTEDUNITS}
|
|
|
|
+ System.Classes, System.SysUtils, JSApi.JS, Api.Atom, Fcl.CustApp;
|
|
|
|
+{$ELSE}
|
|
Classes, SysUtils, JS, libatom, custapp;
|
|
Classes, SysUtils, JS, libatom, custapp;
|
|
|
|
+{$ENDIF}
|
|
|
|
|
|
Type
|
|
Type
|
|
TAtomEnvironment = class (TJSObject)
|
|
TAtomEnvironment = class (TJSObject)
|