Re: [PATCH v2] Define which threading model is in use on Windows

2024-05-27 Thread Jonathan Yong
On 5/27/24 05:16, Julian Waters wrote: Hi all, Please review a trivial change that defines which threading model is used on Windows, so applications can check it. This is also useful for system headers, since some headers should be switched off if pthread is the threading model (Currently they a

Re: [PATCH v2] Define which threading model is in use on Windows

2024-05-26 Thread Julian Waters
Hi all, Here is the v2 version of this patch. Thanks for your patience. I believe I have fixed the issue with the extra space this time around, and have also cleaned up the patch a bit. Do note that I still do not have write access and need help pushing this when this passes review best regards,