More accuracy platform-compiler definitions
This commit is contained in:
parent
1a3d650ba0
commit
36ea6c3ec4
@ -63,6 +63,11 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(__UNIX__)
|
||||
#if defined(unix) || defined(__unix__) || defined(__unix)
|
||||
#define __UNIX__
|
||||
#endif
|
||||
#endif
|
||||
#if !defined(__UNIX__)
|
||||
#if defined(__linux__)
|
||||
#define __UNIX__ __linux__
|
||||
|
Reference in New Issue
Block a user