mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Make sure Windows doesn't load DLLs from the current working directory.
This commit is contained in:
@@ -32,6 +32,7 @@ int main(int argc, char** argv)
|
||||
#ifdef QT_NO_DEBUG
|
||||
Tools::disableCoreDumps();
|
||||
#endif
|
||||
Tools::setupSearchPaths();
|
||||
|
||||
Application app(argc, argv);
|
||||
Application::setApplicationName("keepassx");
|
||||
|
||||
Reference in New Issue
Block a user