ros / class_loader

ROS-independent library for dynamic class (i.e. plugin) introspection and loading from runtime libraries
http://www.ros.org/wiki/class_loader
35 stars 95 forks source link

Use _MSC_VER and support gcc on windows (mingw) #212

Open felixf4xu opened 3 months ago

felixf4xu commented 3 months ago

Hi,

This PR changes the compiler checking condition from system (_WIN32) to compiler (_MSC_VER), so that on Win32, gcc (mingw) is supported.