mdbx: get rid of macro redefinition warnings under MSVC.

This resolves https://github.com/leo-yuriev/libmdbx/pull/63

Change-Id: Id5ca071fe3060b8d508a28fd48ae13430a7e78a8
This commit is contained in:
cryptozoidberg 2019-10-24 14:19:14 +02:00 committed by Leonid Yuriev
parent 8de8072078
commit edf5ddad4f

View File

@ -118,7 +118,9 @@
#endif
#if defined(_WIN32) || defined(_WIN64)
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <tlhelp32.h>
#include <windows.h>
#include <winnt.h>