more comments

This commit is contained in:
Daan Leijen 2023-03-20 11:02:16 -07:00
parent ec5f4904b0
commit 0509d11ac5

View file

@ -50,6 +50,7 @@ terms of the MIT license. A copy of the license can be found in the file
#define mi_decl_externc
#endif
// pthreads
#if !defined(_WIN32) && !defined(__wasi__)
#define MI_USE_PTHREADS
#include <pthread.h>