diff options
author | George Hazan <ghazan@miranda.im> | 2019-12-06 17:15:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-12-06 17:15:42 +0300 |
commit | 5077fc56fbde196cdf821e044b607d39a34ce258 (patch) | |
tree | 9d46e9d8ddc22696e48d5073ef046ce3aebae85f /libs/libmdbx/src/stdafx.cxx | |
parent | 3bb16e798cb51d5764aacbefd4edf26f52d8c4f0 (diff) |
libmdbx: upgrade to 0.4.0
Diffstat (limited to 'libs/libmdbx/src/stdafx.cxx')
-rw-r--r-- | libs/libmdbx/src/stdafx.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libmdbx/src/stdafx.cxx b/libs/libmdbx/src/stdafx.cxx index d79ecdb2b4..fd443374cb 100644 --- a/libs/libmdbx/src/stdafx.cxx +++ b/libs/libmdbx/src/stdafx.cxx @@ -5,6 +5,6 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD reason, LPVOID reserved) { - mdbx_dll_callback(hInstDLL, reason, reserved); + mdbx_dll_handler(hInstDLL, reason, reserved); return TRUE; } |