mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 16:36:51 +01:00
fix(SharedLibrary): Missing DLLs not reported #5069
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "Poco/Foundation.h"
|
||||
#include "Poco/Mutex.h"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace Poco {
|
||||
@@ -43,6 +45,7 @@ protected:
|
||||
const std::string& getPathImpl() const;
|
||||
static std::string suffixImpl();
|
||||
static bool setSearchPathImpl(const std::string& path);
|
||||
static std::vector<std::string> findMissingDependenciesImpl(const std::string& path);
|
||||
|
||||
private:
|
||||
std::string _path;
|
||||
|
||||
Reference in New Issue
Block a user