1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--- Lib/Portability.hpp.orig 2018-12-01 20:14:14 UTC +++ Lib/Portability.hpp @@ -25,11 +25,11 @@ // Detect compiler #ifndef __APPLE__ -# define __APPLE__ 0 +//# define __APPLE__ 0 #endif #ifndef __CYGWIN__ -# define __CYGWIN__ 0 +//# define __CYGWIN__ 0 #endif //////////////////////////////////////////////////////