aconf.h.in
来自「c++的guiQt做的开发」· IN 代码 · 共 34 行
IN
34 行
#ifndef ACONF_H#define ACONF_H/* libpng - include "png.h"*/#undef cimg_use_png/* libjpeg - include "jpeglib.h"*/#undef cimg_use_jpeg/* libtiff - include "tiffio.h"*/#undef cimg_use_tiff/* libMagick++ (ImageMagick) - include "Magick++.h"*/#undef cimg_use_magick/* FFTW3 - include "fftw3.h"*/#undef cimg_use_fftw3/** WORDS_BIGENDIAN - if defined, this is big endian machine. If not defined, this is little endian machine.*/#undef WORDS_BIGENDIAN/** Do not use any displaying functions from CImg */#define cimg_display_type 0#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?