mdbx-windows: handling EXCEPTION_POSSIBLE_DEADLOCK.

Change-Id: If42c7833e9c4e02fef25634e69c0bd2e926686c1
This commit is contained in:
Leonid Yuriev
2020-11-25 10:49:39 +03:00
parent 092ab094c4
commit 2dab009e76
6 changed files with 23 additions and 2 deletions

View File

@@ -146,6 +146,7 @@ __extern_C key_t ftok(const char *, int);
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <excpt.h>
#include <tlhelp32.h>
#include <windows.h>
#include <winnt.h>