]> git.jsancho.org Git - lugaru.git/commit
mingw32: Fix a couple build issues
authorRémi Verschelde <rverschelde@gmail.com>
Mon, 14 Nov 2016 21:34:19 +0000 (22:34 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Mon, 14 Nov 2016 21:34:29 +0000 (22:34 +0100)
commit454beca4a2d0a4225e492955cef849ce1a85b0fd
tree03cbe2777a9608c81679d437d2c15c81818a85b0
parent4be3d280fd943394a564e08aae694d2efad6088f
mingw32: Fix a couple build issues

- in libjpeg/jmorecfg.h:

error: conflicting declaration 'typedef short int UINT8'
error: conflicting declaration 'typedef unsigned int UINT16'

The fix used might break on MSVC, should be improved if need be.

- in OpenGL_Windows.cpp:

error: '_argc' was not declared in this scope
error: '_argv' was not declared in this scope
Dependencies/libjpeg/jconfig.h
Source/OpenGL_Windows.cpp