]> git.jsancho.org Git - lugaru.git/commitdiff
mingw32: Fix issues with WIN32 not being defined
authorRémi Verschelde <rverschelde@gmail.com>
Mon, 14 Nov 2016 21:45:53 +0000 (22:45 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Mon, 14 Nov 2016 21:45:53 +0000 (22:45 +0100)
Not sure if that is the proper fix, but it does the trick for my toolchain.
An alternative might be to do s/WIN32/_WIN32/g, but I lack experience here.

Also fixed abs() redefinitions that conflicted with mingw's cmath.


No differences found