mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2016-03-08 (6b60c184)
This commit is contained in:
@@ -53,7 +53,7 @@ static std::string GetLibName(const char* lname)
|
||||
* r2: should GetSymbolAddress succeed ?
|
||||
* r3: should CloseLibrary succeed ?
|
||||
*/
|
||||
int TestDynamicLoader(const char* libname, const char* symbol, int r1, int r2, int r3)
|
||||
static int TestDynamicLoader(const char* libname, const char* symbol, int r1, int r2, int r3)
|
||||
{
|
||||
std::cerr << "Testing: " << libname << std::endl;
|
||||
kwsys::DynamicLoader::LibraryHandle l
|
||||
|
||||
Reference in New Issue
Block a user