MinGW-w32's version of the Windows API is lacking certain headers. In particular, it includes windows.h, but not the more granular headers such as synchapi.h. Though the library's users would be best served by upgrading to MinGW-w64, supporting the legacy MinGW-w32 should increase the versatility of the library with minimal effort.
MinGW-w32's version of the Windows API is lacking certain headers. In particular, it includes
windows.h
, but not the more granular headers such assynchapi.h
. Though the library's users would be best served by upgrading to MinGW-w64, supporting the legacy MinGW-w32 should increase the versatility of the library with minimal effort.