5 lines
56 B
C
5 lines
56 B
C
|
/* QNX */
|
||
|
#if defined(__QNX__)
|
||
|
#define DUK_F_QNX
|
||
|
#endif
|