OS: Windows 10 x64
Visual studio 2019 (16.3.1)
Windows SDK: 10.0.18362.0
boost 1.71
Sample program:
`
#define _WIN32_WINNT 0x0601
#include <Windows.h>
#include <boost/interprocess/sync/windows/winapi_mutex_wrapper.hpp>
int main()
{
return 0;
}
`
74 errors during compilation!
result.txt