mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-04 02:46:17 +08:00
Added ability to query lib locations to windows builds
This commit is contained in:
@@ -56,4 +56,11 @@ public:
|
||||
*/
|
||||
virtual void setting(const std::string& valueName, const std::string& valueString) const = 0;
|
||||
//@}
|
||||
|
||||
//! Get the pathnames of the libraries used by Synergy
|
||||
/*
|
||||
Returns a string containing the full path names of all loaded libraries at the point it is called.
|
||||
*/
|
||||
virtual std::string getLibsUsed(void) const = 0;
|
||||
//@}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user