kou commented on PR #48964: URL: https://github.com/apache/arrow/pull/48964#issuecomment-4138621287
Hmm. I checked Google Cloud C++ changes but I couldn't find any related changes... How about specifying `_WIN32_WINNT=0x0A01` (`_WIN32_WINNT_WIN10`) in our end explicitly like the following? https://github.com/apache/arrow/blob/560ef02158131487b54cfb1f3883def10d9a67a7/cpp/cmake_modules/ThirdpartyToolchain.cmake#L3878-L3884 BTW, we can switch to `_WIN32_WINNT_WIN10` from `_WIN32_WINNT_WIN7`. (Sorry. I haven't taken a look at the Google Cloud C++ and OpenTelemetry...) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
