test_freeimage.cc 130 B

12
  1. #include <FreeImage.h>
  2. int main () { if (FREEIMAGE_MAJOR_VERSION >= 3 && FREEIMAGE_MINOR_VERSION >= 9) return 1; else return 0;}