AuraTrader Sample
This commit is contained in:
@@ -49,7 +49,9 @@ var
|
||||
implementation
|
||||
|
||||
uses
|
||||
{$IFDEF MSWINDOWS} Winapi.Windows, {$endif}
|
||||
{$IFDEF MSWINDOWS}
|
||||
Winapi.Windows,
|
||||
{$endif}
|
||||
System.Math;
|
||||
|
||||
{ TDataFileCache<T> }
|
||||
@@ -170,7 +172,7 @@ begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$IFDEF MSWINDOWS}
|
||||
{$IFDEF MSWINDOWS}
|
||||
IsMemoryLow :=
|
||||
function: Boolean
|
||||
var
|
||||
@@ -184,6 +186,6 @@ initialization
|
||||
Result := memStatusEx.dwMemoryLoad >= 80;
|
||||
end;
|
||||
end;
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user