sswaph.inc 450 B

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