blob: b9437b661c41d4dcb537670d725eed486a2c1782 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
const
SWAP_FLAG_PREFER = $8000;
SWAP_FLAG_PRIO_MASK = $7fff;
SWAP_FLAG_PRIO_SHIFT = 0;
function swapon(__path:Pchar; __flags:longint):longint;cdecl;external clib name 'swapon';
function swapoff(__path:Pchar):longint;cdecl;external clib name 'swapoff';
{ ---------------------------------------------------------------------
Borland compatibility types
---------------------------------------------------------------------}
// Type
|