From e67e23a0e3c00cc50f420c25342c2e72ea3760bc Mon Sep 17 00:00:00 2001 From: ioannis Date: Sun, 28 Oct 2018 00:51:32 +0300 Subject: [PATCH] Use pplx namespace consistently --- Release/src/http/client/http_client_winhttp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release/src/http/client/http_client_winhttp.cpp b/Release/src/http/client/http_client_winhttp.cpp index 02ffaf057d..ba767b7c70 100644 --- a/Release/src/http/client/http_client_winhttp.cpp +++ b/Release/src/http/client/http_client_winhttp.cpp @@ -2293,7 +2293,7 @@ class winhttp_client final : public _http_client_communicator return true; }; - Concurrency::details::_do_while([p_request_context, chunk_size, process_buffer]() -> pplx::task + pplx::details::_do_while([p_request_context, chunk_size, process_buffer]() -> pplx::task { uint8_t *buffer;