cocos-engine-external/ios/include/tiff/tiffconf.h

5 lines
94 B
C

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