We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
INTERNET_OPTION_ENABLE_HTTP_PROTOCOL
1 parent ee11fdd commit 0a95ac0Copy full SHA for 0a95ac0
src/aws-cpp-sdk-core/source/http/windows/WinINetSyncHttpClient.cpp
@@ -31,6 +31,10 @@ using namespace Aws::Utils::Logging;
31
static const DWORD HTTP_PROTOCOL_FLAG_HTTP2 = 0x2;
32
#endif
33
34
+#ifndef INTERNET_OPTION_ENABLE_HTTP_PROTOCOL
35
+static const DWORD INTERNET_OPTION_ENABLE_HTTP_PROTOCOL = 148;
36
+#endif
37
+
38
static void WinINetEnableHttp2(void* handle)
39
{
40
DWORD http2 = HTTP_PROTOCOL_FLAG_HTTP2;
0 commit comments