diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-24 14:54:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-24 14:54:23 +0300 |
commit | f7a7e6d784374f027b0133d797fb4d74c5580d0c (patch) | |
tree | 01428a9c3bc6cfb05dfe0838ae8d852e7c25d882 /plugins/PluginUpdater/src/DlgUpdate.cpp | |
parent | 17a150659823dbcc7d03a026b1e36af2c17f2184 (diff) |
libmdbx.dll returned back to keep compatibility with Windows XP
Diffstat (limited to 'plugins/PluginUpdater/src/DlgUpdate.cpp')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 6e9532f480..be7728d691 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -565,7 +565,6 @@ static renameTable[] = { L"gtalkext.dll", nullptr },
{ L"importtxt.dll", nullptr },
{ L"langman.dll", nullptr },
- { L"libmdbx.mir", nullptr },
{ L"libtox.dll", nullptr },
{ L"metacontacts.dll", nullptr },
{ L"mra.dll", nullptr },
@@ -582,6 +581,8 @@ static renameTable[] = { L"yahoogroups.dll", nullptr },
{ L"yapp.dll", nullptr },
{ L"WART-*.exe", nullptr },
+
+ { L"Libs\\libmdbx.mir", nullptr },
};
// Checks if file needs to be renamed and copies it in pNewName
|