Add defines necessary for successful gcc/mingw compile with --cxx11 option
authorTim Mayberry <mojofunk@gmail.com>
Tue, 15 Dec 2015 04:56:54 +0000 (14:56 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 15 Sep 2016 11:27:55 +0000 (21:27 +1000)
commite297e27b7f41707254f68a9bab8265bd38a9fde8
tree4183cdb8c1c332aa08188e8df12ca27f4a3708bd
parent5643ed4257eb5ddf7a46cb059389516311c22817
Add defines necessary for successful gcc/mingw compile with --cxx11 option

_USE_MATH_DEFINES is required for M_PI

WIN32 is no longer defined by gcc/mingw with --cxx11 option enabled(of course
_WIN32 still is) but as it is used in a liblo header(even though it is probably
incorrect to do so) define it.
wscript