[PATCH] D28220: provide Win32 native threading

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 19:18:55 PST 2017


compnerd closed this revision.
compnerd added a comment.

SVN r291333



================
Comment at: include/__threading_support:29-30
+#include <assert.h>
+#define WIN32_LEAN_AND_MEAN
+#include <Windows.h>
+#include <process.h>
----------------
majnemer wrote:
> 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?
I think that I would rather do that in a follow up.  This will require a fair amount of duplication.


https://reviews.llvm.org/D28220





More information about the cfe-commits mailing list