Commit cc6afae6 authored by jan.koester's avatar jan.koester
Browse files

ups

parent 8e48c635
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -178,14 +178,12 @@ confplus::Config::Config(const std::string &path) {

    std::copy(path.begin(), path.begin() + deli, std::back_inserter(mpath));

    mpath += ".so";
    mpath += ".dll";

    ++deli;

    std::string confpath = path.substr(deli, path.length() - deli);

    mpath += ".dll";

	std::cout << "Loading backend: " << mpath << std::endl;

    _BackendData = LoadLibrary(TEXT(mpath.c_str()));