Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrini15 committed Oct 22, 2024
1 parent 45f3f84 commit 6468f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ class SharedLibrary {
Status GetEntrypoint(
void* handle, const std::string& name, const bool optional, void** befn);

// Add an additional dependency directory to PATH (Windows-only).
// Add an additional dependency directory to PATH.
Status AddAdditionalDependencyDir(
const std::string& additional_path, std::wstring& original_path);

// Restore PATH to its original configuration. Should be used in
// conjunction with AddAdditionalDependencyDir (Windows-only).
// conjunction with AddAdditionalDependencyDir.
Status RemoveAdditionalDependencyDir(const std::wstring& original_path);

private:
Expand Down

0 comments on commit 6468f3b

Please sign in to comment.