WillAyd commented on code in PR #2740: URL: https://github.com/apache/arrow-adbc/pull/2740#discussion_r2056367782
########## go/adbc/drivermgr/arrow-adbc/adbc.h: ########## @@ -152,15 +152,19 @@ struct ArrowArrayStream { // Storage class macros for Windows // Allow overriding/aliasing with application-defined macros #if !defined(ADBC_EXPORT) -#if defined(_WIN32) +#if defined_WIN32 || defined __CYGWIN__ Review Comment: The updates to this macro are inspired by @paleolimbot work in https://github.com/apache/arrow-nanoarrow/pull/719 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org