From: RĂ©mi Verschelde Date: Mon, 14 Nov 2016 21:34:19 +0000 (+0100) Subject: mingw32: Fix a couple build issues X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;ds=inline;h=454beca4a2d0a4225e492955cef849ce1a85b0fd;hp=454beca4a2d0a4225e492955cef849ce1a85b0fd;p=lugaru.git 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 ---