Commit f2ffb6968ac11f7d63be87737f2b6736d0122880

Authored by Jay Berkenbilt
1 parent 07c8bb28

Fix Windows compilation errors

Showing 1 changed file with 2 additions and 2 deletions
libqpdf/Pl_DCT.cc
... ... @@ -138,7 +138,7 @@ init_pipeline_destination(j_compress_ptr)
138 138 {
139 139 }
140 140  
141   -static int
  141 +static boolean
142 142 empty_pipeline_output_buffer(j_compress_ptr cinfo)
143 143 {
144 144 QTC::TC("libtests", "Pl_DCT empty_pipeline_output_buffer");
... ... @@ -183,7 +183,7 @@ init_buffer_source(j_decompress_ptr)
183 183 {
184 184 }
185 185  
186   -static int
  186 +static boolean
187 187 fill_buffer_input_buffer(j_decompress_ptr)
188 188 {
189 189 // The whole JPEG data is expected to reside in the supplied memory
... ...