From: Piotr Caban Subject: Re: [PATCH v2 2/4] include: Add xthreads.h with some _Thrd declarations. Message-Id: Date: Wed, 26 Jan 2022 14:02:24 +0100 In-Reply-To: References: Hi Daniel, On 1/25/22 18:04, Daniel Lehman wrote: > include/xthreads.h | 33 +++++++++++++++++++++++++++++++++ It's an internal header and I'm not sure if we should add it to include or include/msvcrt directory. Since you're only using one function, it's probably best, to define it's prototype inside the msvcp140_atomic_wait/main.c file. Thanks, Piotr