Hi Yaron, On Tue, Oct 8, 2013 at 7:16 PM, Yaron Keren <yaron.keren at gmail.com> wrote: > > +#if defined(_WIN32) Shouldn't these be guarded by _LIBCPP_MSVCRT instead of _WIN32? _WIN32 will be true for MinGW as well, which doesn't use the Microsoft CRT, AFAIK. - Kim