mdbx-windows: one more fix build for Windows/SDK pair.

Change-Id: Ifa480703b153625d0fa96a15d70bd0c452352cb6
This commit is contained in:
Leonid Yuriev 2019-08-29 23:48:51 +03:00
parent 648f991a5b
commit 327e5feb97

View File

@ -18,6 +18,8 @@
#if defined(_WIN32) || defined(_WIN64)
#include <winioctl.h>
static int waitstatus2errcode(DWORD result) {
switch (result) {
case WAIT_OBJECT_0: