mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-14 23:11:06 +00:00
5 lines
94 B
C
5 lines
94 B
C
#if defined(__LP64__) && __LP64__
|
|
#include"tiffconf-64.h"
|
|
#else
|
|
#include"tiffconf-32.h"
|
|
#endif |