Compilation fix for libjpeg release 9
authoraavit <eirik.aavitsland@digia.com>
Tue, 10 Sep 2013 09:46:51 +0000 (11:46 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 13 Sep 2013 07:35:09 +0000 (09:35 +0200)
commit2a9ea11f4dea51f9e75036aab8e7a23f0eb4bd1f
tree3173b268e643256f788aab8998c16a1016834bed
parent0c03af0d4d928bdbb32b09eedb1dba3ce59e5278
Compilation fix for libjpeg release 9

In the latest libjpeg version, the "boolean" type is changed so that
true and false no longer can be used instead of TRUE and FALSE.

Also, purge some ancient code remains meant to support a now defunct
OS´s idea about the boolean type.

Task-number: QTBUG-33166
Change-Id: Iebbdf300cfdc22775954de65f985358424ed2b49
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
(cherry picked from qtbase/fad6aa619bf6eb048821a58065433f6b598c10e4)
src/gui/image/qjpeghandler.cpp