]> git.jsancho.org Git - lugaru.git/commit
Fix mingw32 build by dropping re- and undefs of core types
authorRémi Verschelde <rverschelde@gmail.com>
Fri, 18 Nov 2016 22:07:15 +0000 (23:07 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Fri, 18 Nov 2016 22:07:25 +0000 (23:07 +0100)
commit3df5b67a683de08084f79b5910254f799fc3b4a8
tree8c8b860a738dc55db4b723056cfca8c3c3fad485
parent760db60773edd45a51e64691af6eb7c0a5e65bd3
Fix mingw32 build by dropping re- and undefs of core types

That simplifies the code and it seems to solve build issues with jpeglib.
The mingw32 build still fails at the linking step (GL issue), but that's
better already.
Source/OpenGL_Windows.cpp