Xinqi Bao's Git

More robust preprocessor switches
authorAaron Marcher <[email protected]>
Wed, 21 Mar 2018 11:21:37 +0000 (12:21 +0100)
committerAaron Marcher <[email protected]>
Wed, 21 Mar 2018 11:21:37 +0000 (12:21 +0100)
Replace #ifdef with #if defined() and #elif with #elif defined() as it
should only test if it is defined or not.


No differences found