Replace all #ifdef with #if defined (...) for convention
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined (__APPLE__)
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user