ros2 / rmw

The ROS Middleware (rmw) Interface.
Apache License 2.0
95 stars 69 forks source link

add mingw support #370

Closed felixf4xu closed 5 months ago

felixf4xu commented 5 months ago

create a new PR and merge target is rolling now.

Copied from https://github.com/ros2/rmw/pull/369:

this PR changes the if condition from system (_WIN32) to compiler (_MSC_VER), so that the mingw environment (which also defines _WIN32) can compile successfully.

fujitatomoya commented 5 months ago

CI: