4 lines
74 B
C
4 lines
74 B
C
|
#if defined(ANDROID) || defined(__ANDROID__)
|
||
|
#define DUK_F_ANDROID
|
||
|
#endif
|