summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpidd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpidd.cpp')
-rw-r--r--qpid/cpp/src/qpidd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpidd.cpp b/qpid/cpp/src/qpidd.cpp
index 0b8ab4076c..f240b45dd8 100644
--- a/qpid/cpp/src/qpidd.cpp
+++ b/qpid/cpp/src/qpidd.cpp
@@ -155,7 +155,7 @@ void tryShlib(const char* libname, bool noThrow) {
void loadModuleDir (string dirname, bool isDefault)
{
- fs::path dirPath (dirname);
+ fs::path dirPath (dirname, fs::native);
if (!fs::exists (dirPath))
{