]> git.jsancho.org Git - lugaru.git/commitdiff
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)
- 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


No differences found