[sm130futures] Minor Windows fix.

This commit is contained in:
Jason Felds
2011-05-04 23:40:30 -04:00
parent 48a558e357
commit cf220cb921
+1 -1
View File
@@ -18,7 +18,7 @@ namespace jpeg
// Pull in JPEG library here.
#if defined _MSC_VER
#pragma comment(lib, "libjpeg/jpeg.lib")
#pragma comment(lib, "../extern/libjpeg/jpeg.lib")
#endif
#define OUTPUT_BUFFER_SIZE 4096