Files
interprocess/include
Andrey Semashev daa782cd92 Fix compilation error on MinGW.
MinGW has nonstandard definition of PSECURITY_DESCRIPTOR, which requires
a cast when calling WinAPI functions InitializeSecurityDescriptor and
SetSecurityDescriptorDacl. This is done by Boost.WinAPI wrapper functions.

Fixes https://github.com/boostorg/interprocess/issues/118.
2020-06-07 19:00:01 +03:00
..