davidhcoe commented on code in PR #4322: URL: https://github.com/apache/arrow-adbc/pull/4322#discussion_r3261977480
########## go/adbc/drivermgr/adbc_driver_manager.cc: ########## @@ -16,11 +16,19 @@ // under the License. #if defined(_WIN32) -#include <windows.h> // Must come first - +// These version macros gate which Win32 APIs the SDK headers declare. They MUST Review Comment: I had to make this change to get the linter to work correctly. -- 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]
