tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / vcl / source / filter / jpeg / jpegcomp.h
blob9b3e3677525bcaa7bb26fce002ed3d48d9cba881
1 /*
2 * jpegcomp.h
4 * Copyright (C) 2010, D. R. Commander
5 * For conditions of distribution and use, see the accompanying README file.
7 * JPEG compatibility macros
8 * These declarations are considered internal to the JPEG library; most
9 * applications using the library shouldn't need to include this file.
12 #if JPEG_LIB_VERSION >= 70
13 #define min_DCT_h_scaled_size_ min_DCT_h_scaled_size
14 #define min_DCT_v_scaled_size_ min_DCT_v_scaled_size
15 #else
16 #define min_DCT_h_scaled_size_ min_DCT_scaled_size
17 #define min_DCT_v_scaled_size_ min_DCT_scaled_size
18 #endif