5 lines
71 B
C
5 lines
71 B
C
|
/* Apple OSX, iOS */
|
||
|
#if defined(__APPLE__)
|
||
|
#define DUK_F_APPLE
|
||
|
#endif
|