mdbx: workaround for broken DEFINE_ENUM_FLAG_OPERATORS from Windows SDK.

Change-Id: I5335c72061b7c5b6b29c683061a5da95544b9753
This commit is contained in:
Leonid Yuriev
2020-10-10 20:07:00 +03:00
parent 1d71c677f6
commit de1856a73c
3 changed files with 49 additions and 16 deletions

View File

@@ -25,6 +25,7 @@ Fixes:
- Fixed opening DB on a network shares (in the exclusive mode).
- Fixed copy&paste typos.
- Fixed minor false-positive GCC warning.
- Added workaround for broken `DEFINE_ENUM_FLAG_OPERATORS` from Windows SDK.
## v0.9.1 2020-09-30