2022-06-25 11:52:00 +08:00

5 lines
94 B
C

#if defined(__LP64__) && __LP64__
#include"tiffconf-64.h"
#else
#include"tiffconf-32.h"
#endif