| 12345678910111213141516171819202122 |
- const
- libpipewire='libpipewire-0.3'; {Setup as you need}
- { Pointers to basic pascal types, inserted by h2pas conversion program.}
- Type
- PLongint = ^Longint;
- PSmallInt = ^SmallInt;
- PByte = ^Byte;
- PWord = ^Word;
- PDWord = ^DWord;
- PDouble = ^Double;
- {$IFDEF FPC}
- {$PACKRECORDS C}
- {$ENDIF}
- const
- impl_h = 1;
|