change path of libjpeg includes per ZipFile's patch; todo: check this on Windows
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
#pragma warning(disable: 4611) /* interaction between '_setjmp' and C++ object destruction is non-portable */
|
||||
#else
|
||||
extern "C" {
|
||||
#include <../extern/libjpeg/jpeglib.h>
|
||||
#include <../extern/libjpeg/jerror.h>
|
||||
#include "jpeglib.h"
|
||||
#include "jerror.h"
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace jpeg
|
||||
{
|
||||
extern "C"
|
||||
{
|
||||
#include <../extern/libjpeg/jpeglib.h>
|
||||
#include "jpeglib.h"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user