Advertisement
frakswe

easylogging++.h.diff

Sep 5th, 2021
1,832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.03 KB | None | 0 0
  1. *** 3rdParty/EasyLogging++/EasyLogging/src/easylogging++.h      Sun Sep  5 22:27:56 2021
  2. --- 3rdParty/EasyLogging++/EasyLogging/src/easylogging++.h.orig Sun Sep  5 15:08:44 2021
  3. ***************
  4. *** 93,98 ****
  5. --- 93,103 ----
  6.   #else
  7.   #  define ELPP_OS_MAC 0
  8.   #endif
  9. + #if (defined(__OpenBSD__))
  10. + #  define ELPP_OS_OPENBSD 1
  11. + #else
  12. + #  define ELPP_OS_OPENBSD 0
  13. + #endif
  14.   #if (defined(__FreeBSD__) || defined(__FreeBSD_kernel__))
  15.   #  define ELPP_OS_FREEBSD 1
  16.   #else
  17. ***************
  18. *** 114,120 ****
  19.   #  define ELPP_OS_NETBSD 0
  20.   #endif
  21.   // Unix
  22. ! #if ((ELPP_OS_LINUX || ELPP_OS_MAC || ELPP_OS_FREEBSD || ELPP_OS_NETBSD || ELPP_OS_SOLARIS || ELPP_OS_AIX) && (!ELPP_OS_WINDOWS))
  23.   #  define ELPP_OS_UNIX 1
  24.   #else
  25.   #  define ELPP_OS_UNIX 0
  26. --- 119,125 ----
  27.   #  define ELPP_OS_NETBSD 0
  28.   #endif
  29.   // Unix
  30. ! #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))
  31.   #  define ELPP_OS_UNIX 1
  32.   #else
  33.   #  define ELPP_OS_UNIX 0
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement