*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 17 Feb 2016 17:31:16 +0100
changeset 3562 822b6d67ea95
parent 3560 6e27ca0f3338
child 3563 1d861ca747d9
child 3564 8946f8362c63
*** empty log message ***
JPEGReader.st
--- a/JPEGReader.st	Tue Feb 16 20:09:13 2016 +0100
+++ b/JPEGReader.st	Wed Feb 17 17:31:16 2016 +0100
@@ -332,7 +332,7 @@
 #endif
 	/* Specify data source for decompression */
 	jpeg_stdio_src(cinfoPtr, f);
-#ifndef WIN32
+# if JPEG_LIB_VERSION_MAJOR >= 9
 	jpeg_save_markers (cinfoPtr, JPEG_APP0, 0xffff);
 	jpeg_save_markers (cinfoPtr, JPEG_APP0+1, 0xffff);
 	jpeg_save_markers (cinfoPtr, JPEG_APP0+13, 0xffff);