Use our own parallel for by default to avoid dependencies.

pull/289/head
Ignacio 6 years ago
parent 1722b00802
commit bc60e8c154

@ -17,7 +17,7 @@
// Parallel Patterns Library (PPL) is part of Microsoft's concurrency runtime: // Parallel Patterns Library (PPL) is part of Microsoft's concurrency runtime:
// http://msdn.microsoft.com/en-us/library/dd504870.aspx // http://msdn.microsoft.com/en-us/library/dd504870.aspx
#if NV_OS_WIN32 && _MSC_VER >= 1600 #if NV_OS_WIN32 && _MSC_VER >= 1600
#define HAVE_PPL 1 //#define HAVE_PPL 1
#include <ppl.h> #include <ppl.h>
#endif #endif

Loading…
Cancel
Save