blob: 55922f00fcef8863277d9057ffab2d2869bb63e7 [file] [log] [blame]
The Winpthreads Library
-----------------------
This library provides POSIX threading APIs for mingw-w64.
For maximum compatibility, winpthreads headers expose APIs without the
`dllimport` attribute by default. If your program is linked against the
DLL, you may define the `WINPTHREADS_USE_DLLIMPORT` macro to add the
`dllimport` attribute to all APIs, which makes function calls to them a
bit more efficient.