We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fab60a commit 74c84e0Copy full SHA for 74c84e0
Release/include/pplx/pplxtasks.h
@@ -35,8 +35,6 @@
35
namespace pplx = Concurrency;
36
#if (_MSC_VER >= 1900)
37
#include <concrt.h>
38
-#ifndef DEV14_EXTENSIBILITY_WRKRND
39
-#define DEV14_EXTENSIBILITY_WRKRND
40
namespace Concurrency {
41
namespace extensibility {
42
typedef ::std::condition_variable condition_variable_t;
@@ -52,7 +50,6 @@ namespace Concurrency {
52
50
typedef recursive_lock_t::_Scoped_lock scoped_recursive_lock_t;
53
51
}
54
55
-#endif // DEV14_EXTENSIBILITY_WRKRND
56
#endif // _MSC_VER >= 1900
57
#else
58
0 commit comments