impl.inc 367 B

12345678910111213141516171819202122
  1. const
  2. libpipewire='libpipewire-0.3'; {Setup as you need}
  3. { Pointers to basic pascal types, inserted by h2pas conversion program.}
  4. Type
  5. PLongint = ^Longint;
  6. PSmallInt = ^SmallInt;
  7. PByte = ^Byte;
  8. PWord = ^Word;
  9. PDWord = ^DWord;
  10. PDouble = ^Double;
  11. {$IFDEF FPC}
  12. {$PACKRECORDS C}
  13. {$ENDIF}
  14. const
  15. impl_h = 1;