Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *** 3rdParty/EasyLogging++/EasyLogging/src/easylogging++.h Sun Sep 5 22:27:56 2021
- --- 3rdParty/EasyLogging++/EasyLogging/src/easylogging++.h.orig Sun Sep 5 15:08:44 2021
- ***************
- *** 93,98 ****
- --- 93,103 ----
- #else
- # define ELPP_OS_MAC 0
- #endif
- + #if (defined(__OpenBSD__))
- + # define ELPP_OS_OPENBSD 1
- + #else
- + # define ELPP_OS_OPENBSD 0
- + #endif
- #if (defined(__FreeBSD__) || defined(__FreeBSD_kernel__))
- # define ELPP_OS_FREEBSD 1
- #else
- ***************
- *** 114,120 ****
- # define ELPP_OS_NETBSD 0
- #endif
- // Unix
- ! #if ((ELPP_OS_LINUX || ELPP_OS_MAC || ELPP_OS_FREEBSD || ELPP_OS_NETBSD || ELPP_OS_SOLARIS || ELPP_OS_AIX) && (!ELPP_OS_WINDOWS))
- # define ELPP_OS_UNIX 1
- #else
- # define ELPP_OS_UNIX 0
- --- 119,125 ----
- # define ELPP_OS_NETBSD 0
- #endif
- // Unix
- ! #if ((ELPP_OS_LINUX || ELPP_OS_MAC || ELPP_OS_OPENBSD || ELPP_OS_FREEBSD || ELPP_OS_NETBSD || ELPP_OS_SOLARIS || ELPP_OS_AIX) && (!ELPP_OS_WINDOWS))
- # define ELPP_OS_UNIX 1
- #else
- # define ELPP_OS_UNIX 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement