More accuracy platform-compiler definitions
This commit is contained in:
parent
cd2a9c1fab
commit
1a3d650ba0
@ -73,12 +73,18 @@
|
|||||||
#if defined(__OpenBSD__)
|
#if defined(__OpenBSD__)
|
||||||
#define __UNIX__ __OpenBSD__
|
#define __UNIX__ __OpenBSD__
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__DragonFly__)
|
||||||
|
#define __UNIX__ __DragonFly__
|
||||||
|
#endif
|
||||||
#if defined(__BEOS__)
|
#if defined(__BEOS__)
|
||||||
#define __UNIX__ __BEOS__
|
#define __UNIX__ __BEOS__
|
||||||
#endif
|
#endif
|
||||||
#if defined(__QNXNTO__)
|
#if defined(__QNXNTO__)
|
||||||
#define __UNIX__ __QNXNTO__
|
#define __UNIX__ __QNXNTO__
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__APPLE__)
|
||||||
|
#define __UNIX__ __APPLE__
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
Reference in New Issue
Block a user