tiffconf.h 94 B

12345
  1. #if defined(__LP64__) && __LP64__
  2. #include"tiffconf-64.h"
  3. #else
  4. #include"tiffconf-32.h"
  5. #endif