sqlite3dyn.pp 68 B

1234567
  1. unit SQLite3Dyn;
  2. {$DEFINE LOAD_DYNAMICALLY}
  3. {$i sqlite3.inc}
  4. end.