More accuracy platform-compiler definitions
This commit is contained in:
@@ -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