Skip to content

bus-launch: use __linux__ over __linux

David Rheinsberg requested to merge dvdhrm/at-spi2-core:preproc into master

The canonical way to check for linux support is 'linux', not '__linux'. Particularly, on ppc64le '__linux' is not defined and the build will fail.

For reference, see:

https://sourceforge.net/p/predef/wiki/OperatingSystems/

Merge request reports