MADEAPPS / newton-dynamics

Newton Dynamics is an integrated solution for real time simulation of physics environments.
http://www.newtondynamics.com
Other
936 stars 182 forks source link

MinGW implements `_strlwr`. #245

Closed iSLC closed 3 years ago

iSLC commented 3 years ago

Not guarding against MinGW will lead to linker errors because MinGW satisfies the requirement from the outer guard #ifndef _MSC_VER but also doesn't fall into the GNUC category because it retains MSVC compatibility.

JulioJerez commented 3 years ago

merged please sync. thank you, for all these contributions.