Loading lib/vtls/schannel.c +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ /* ALPN requires version 8.1 of the Windows SDK, which was shipped with Visual Studio 2013, aka _MSC_VER 1800*/ #if defined(_MSC_VER) && (_MSC_VER >= 1800) #if defined(_MSC_VER) && (_MSC_VER >= 1800) && !defined(_USING_V110_SDK71_) # define HAS_ALPN 1 #endif Loading Loading
lib/vtls/schannel.c +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ /* ALPN requires version 8.1 of the Windows SDK, which was shipped with Visual Studio 2013, aka _MSC_VER 1800*/ #if defined(_MSC_VER) && (_MSC_VER >= 1800) #if defined(_MSC_VER) && (_MSC_VER >= 1800) && !defined(_USING_V110_SDK71_) # define HAS_ALPN 1 #endif Loading