make some include paths less ugly on Windows.

This commit is contained in:
AJ Kelly
2011-05-20 01:57:48 -05:00
parent 60669635b4
commit 904e7ba2dd
10 changed files with 65 additions and 65 deletions
+3 -3
View File
@@ -11,11 +11,11 @@
// work around namespace bugs in win32/libjpeg:
#define XMD_H
#undef FAR
#include "../extern/libjpeg/jpeglib.h"
#include "../extern/libjpeg/jerror.h"
#include "jpeglib.h"
#include "jerror.h"
#if defined(_MSC_VER)
#pragma comment(lib, "../extern/libjpeg/jpeg.lib")
#pragma comment(lib, "jpeg.lib")
#endif
#pragma warning(disable: 4611) /* interaction between '_setjmp' and C++ object destruction is non-portable */