mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00

- Add a fourth radiobutton + edit + button labeled "Directory" below the "File" option - Code just uses that new option just like the File option. Only differentiate in the InitFileStream method. - The SelectDirectory() method expects the unit FileCtrl in the USES clause. Silence a relevant compiler warning about usage of platform specific units - we will never compile anything else than a Win32 app here.