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