billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
640 stars 93 forks source link

Fix build for mingw on Windows #37

Closed dehesselle closed 8 years ago

dehesselle commented 8 years ago

Building using msys/mingw on Windows is more similar to Unix than non-msys/mingw-Windows, therefore I changed the preprocessor directives to include checking for mingw.