majnemer added inline comments.
================ Comment at: include/__threading_support:29-30 +#include <assert.h> +#define WIN32_LEAN_AND_MEAN +#include <Windows.h> +#include <process.h> ---------------- EricWF wrote: > I think we agreed that we cannot use this macro. Can we do as Reid suggests and not expose users to windows.h? Repository: rL LLVM https://reviews.llvm.org/D28220 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits