mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-15 07:21:07 +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
|