Skip to content

Commit 9cd1357

Browse files
committed
Rearranged DEV14_EXTENSIBILITY_WRKRND in fileio.h to fix single-header include case
1 parent e5a169a commit 9cd1357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/fileio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333

3434
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
3535
#include <ppltasks.h>
36+
namespace pplx = Concurrency;
3637
#if (_MSC_VER >= 1900)
3738
#include <concrt.h>
3839
#ifndef DEV14_EXTENSIBILITY_WRKRND
3940
#define DEV14_EXTENSIBILITY_WRKRND
40-
namespace pplx = Concurrency;
4141
namespace Concurrency {
4242
namespace extensibility {
4343
typedef ::std::condition_variable condition_variable_t;

0 commit comments

Comments
 (0)