[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] (no subject)
From: |
Greg Chicares |
Subject: |
[lmi-commits] (no subject) |
Date: |
Sat, 4 Jun 2016 23:47:27 +0000 (UTC) |
branch: master
commit 7714376255690b5d43503d09557b6298bc286c95
Author: Gregory W. Chicares <address@hidden>
Date: Sat Jun 4 23:00:58 2016 +0000
Fix defect introduced 20160603T1621: GNU/Linux build broken
---
skeleton.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/skeleton.cpp b/skeleton.cpp
index 6d3600a..9fc9ee6 100644
--- a/skeleton.cpp
+++ b/skeleton.cpp
@@ -691,11 +691,13 @@ bool Skeleton::OnInit()
return false;
}
+#if defined LMI_MSW
// Preload DLLs after calling ProcessCommandLine(). Reason:
// command-line option '--data_path' may specify the directory
// from which 'configurable_settings.xml' is read, and that
// XML file gives the list of DLLs to preload.
MswDllPreloader::instance().PreloadDesignatedDlls();
+#endif // defined LMI_MSW
authenticate_system();