2
0
mirror of https://github.com/boostorg/winapi.git synced 2026-01-19 17:02:09 +00:00
Files
Andrey Semashev 39abf0c64c Work around non-standard SRWLOCK and CONDITION_VARIABLE types on MinGW.
PSRWLOCK and PCONDITION_VARIABLE types are defined to PVOID instead of
pointers to forward-declared structs. Define internal typedefs and use
cast_ptr to automatically cast to the type used in Windows SDK.
2025-08-15 05:43:47 +03:00
..