1
0
Rogier-5 1dfd977ec4 Fix & make linux conditionals uniform (#4278)
The source used a hodge-podge of different combinations of different
macros to check for linux: 'linux', '__linux', '__linux__'.

As '__linux__' is standard (Posix), and the others are not, the source
now uniformly uses __linux__. If either linux or __linux are defined,
it is made sure that __linux__ is defined as well.
2016-07-04 21:00:57 +02:00
..
2015-11-04 03:44:09 +01:00
2015-12-07 13:53:56 -05:00
2016-05-02 15:01:17 +10:00
2016-01-23 05:45:29 +01:00
2016-01-23 05:45:29 +01:00
2016-01-23 05:45:29 +01:00
2015-10-03 13:20:43 -04:00