diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-22 14:11:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-22 14:11:15 +0300 |
commit | 9f75de77d912d11d49d36a9c87b3b94fe43209f1 (patch) | |
tree | 28c98e19d9ab4189f2926399aeac3b8ced554809 /libs/libmdbx/src/stdafx.cxx | |
parent | 0a206851b86dee002ffa3467d9dbfd35eb0c9128 (diff) |
fix for broken project file compatibility in VS2019 16.6.0
Diffstat (limited to 'libs/libmdbx/src/stdafx.cxx')
-rw-r--r-- | libs/libmdbx/src/stdafx.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/libmdbx/src/stdafx.cxx b/libs/libmdbx/src/stdafx.cxx deleted file mode 100644 index fd443374cb..0000000000 --- a/libs/libmdbx/src/stdafx.cxx +++ /dev/null @@ -1,10 +0,0 @@ - -#include "stdafx.h" - -///////////////////////////////////////////////////////////////////////////////////////// - -BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD reason, LPVOID reserved) -{ - mdbx_dll_handler(hInstDLL, reason, reserved); - return TRUE; -} |