[sm130futures] Forgot non windows exclusive code.

This commit is contained in:
Jason Felds
2011-05-04 23:28:48 -04:00
parent b89dcc548f
commit 48a558e357
3 changed files with 4 additions and 4 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 <jpeglib.h>
#include <jerror.h>
#include <../extern/libjpeg/jpeglib.h>
#include <../extern/libjpeg/jerror.h>
}
#endif
+1 -1
View File
@@ -13,7 +13,7 @@
# pragma warning(disable: 4611) /* interaction between '_setjmp' and C++ object destruction is non-portable */
# endif // _MSC_VER
#else
# include <png.h>
# include <../extern/libpng/include/png.h>
#endif
namespace
+1 -1
View File
@@ -13,7 +13,7 @@
#pragma warning(disable: 4611) /* interaction between '_setjmp' and C++ object destruction is non-portable */
#endif
#else
#include <png.h>
#include <../extern/libpng/include/png.h>
#endif
static void SafePngError( png_struct *pPng, const RString &sStr )