mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-15 15:31:08 +00:00
6 lines
97 B
C
6 lines
97 B
C
|
#if defined(__LP64__) && __LP64__
|
||
|
#include"js-config-64.h"
|
||
|
#else
|
||
|
#include"js-config-32.h"
|
||
|
#endif
|