View | Details | Raw Unified
Collapse All | Expand All

(-) source/Irrlicht/CImageWriterJPG.orig.cpp (-3 lines)
 Lines 12-19    Link Here 
#include "IrrCompileConfig.h"
#include "IrrCompileConfig.h"
#ifdef _IRR_COMPILE_WITH_LIBJPEG_
#ifdef _IRR_COMPILE_WITH_LIBJPEG_
extern "C" {
extern "C" {
	#include "jpeglib/jconfig.h"
	#define JCONFIG_INCLUDED
	#ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
	#ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
	#include <jpeglib.h> // use system lib
	#include <jpeglib.h> // use system lib
	#else  // _IRR_USE_NON_SYSTEM_JPEG_LIB_
	#else  // _IRR_USE_NON_SYSTEM_JPEG_LIB_
 Lines 10-16    Link Here 
#ifdef _IRR_COMPILE_WITH_LIBJPEG_
#ifdef _IRR_COMPILE_WITH_LIBJPEG_
extern "C"
extern "C"
{
{
	#include "jpeglib/jconfig.h"
#ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
#ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
	#include <jpeglib.h>
	#include <jpeglib.h>
	#include <jerror.h>
	#include <jerror.h>