Skip to content

Commit 74c84e0

Browse files
committed
Removing unnecessary pplx dev14 ifdef.
1 parent 6fab60a commit 74c84e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Release/include/pplx/pplxtasks.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
namespace pplx = Concurrency;
3636
#if (_MSC_VER >= 1900)
3737
#include <concrt.h>
38-
#ifndef DEV14_EXTENSIBILITY_WRKRND
39-
#define DEV14_EXTENSIBILITY_WRKRND
4038
namespace Concurrency {
4139
namespace extensibility {
4240
typedef ::std::condition_variable condition_variable_t;
@@ -52,7 +50,6 @@ namespace Concurrency {
5250
typedef recursive_lock_t::_Scoped_lock scoped_recursive_lock_t;
5351
}
5452
}
55-
#endif // DEV14_EXTENSIBILITY_WRKRND
5653
#endif // _MSC_VER >= 1900
5754
#else
5855

0 commit comments

Comments
 (0)