Replace all #ifdef with #if defined (...) for convention

This commit is contained in:
jsteube
2016-09-07 22:29:57 +02:00
parent eb00cd959f
commit 9eb47153d4
37 changed files with 182 additions and 170 deletions

View File

@@ -5,7 +5,7 @@
* License.....: MIT
*/
#ifdef __APPLE__
#if defined (__APPLE__)
#include <stdio.h>
#endif