Benny Baumann 57e0ce7b4f Use #if defined() syntax when #elif defined() is present
This prefers the `#if defined()` syntax over the `#ifdef` variant
whenever there's also a `#elif defined()` clause, thus making the
multiple branching structure more obvious and the overall use
more consistent.
2021-03-21 21:49:04 +01:00
..
2021-03-04 23:57:45 +01:00
2021-01-19 18:06:48 +01:00
2021-01-04 23:12:43 +01:00
2021-03-19 22:11:22 +01:00
2021-03-04 23:57:45 +01:00
2020-12-19 21:13:32 +01:00
2021-03-04 23:57:45 +01:00
2021-03-04 23:57:45 +01:00
2021-03-04 23:57:45 +01:00
2020-10-31 18:51:53 +01:00
2021-02-07 12:41:52 +01:00