change path of libjpeg includes per ZipFile's patch; todo: check this on Windows

This commit is contained in:
AJ Kelly
2011-08-22 18:57:48 -05:00
parent 90654c16e5
commit 45c58805e2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -12,7 +12,7 @@ namespace jpeg
{
extern "C"
{
#include <../extern/libjpeg/jpeglib.h>
#include "jpeglib.h"
}
}