Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 046d55b7d8d5db0b76923f7f91f570c4 > files > 8

mingw32-qt-4.7.0-2.fc14.src.rpm

--- src/gui/image/qjpeghandler.cpp.orig	2010-10-08 20:27:26.265243275 +0200
+++ src/gui/image/qjpeghandler.cpp	2010-10-08 20:28:09.792477659 +0200
@@ -117,7 +117,7 @@
 {
 }
 
-static boolean qt_fill_input_buffer(j_decompress_ptr cinfo)
+static jpeg_boolean qt_fill_input_buffer(j_decompress_ptr cinfo)
 {
     my_jpeg_source_mgr* src = (my_jpeg_source_mgr*)cinfo->src;
     if (src->memDevice) {
@@ -466,7 +466,7 @@
 {
 }
 
-static boolean qt_empty_output_buffer(j_compress_ptr cinfo)
+static jpeg_boolean qt_empty_output_buffer(j_compress_ptr cinfo)
 {
     my_jpeg_destination_mgr* dest = (my_jpeg_destination_mgr*)cinfo->dest;