[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