Skip to content

Commit

Permalink
introducing low-level access to the Lizard/LZ5 API
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Nov 3, 2020
1 parent 43b716f commit 91334fd
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/mormot.core.os.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1449,6 +1449,7 @@ TSynLibrary = class
function GetProc(ProcName: PChar; Entry: PPointer;
RaiseExceptionOnFailure: ExceptionClass = nil): boolean;
/// cross-platform call to FreeLibrary() + set fHandle := 0
// - as called by Destroy, but you can use it directly to reload the library
procedure FreeLib;
/// same as SafeLoadLibrary() but setting fLibraryPath and cwd on Windows
function TryLoadLibrary(const aLibrary: array of TFileName;
Expand Down
Loading

0 comments on commit 91334fd

Please sign in to comment.