mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-19 01:42:58 +02:00
15 lines
450 B
PHP
15 lines
450 B
PHP
|
|
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
|