Should i use __APPLE__ & __MACH__
or __APPLE__
for my preprocessors?
I found about the __APPLE__
here: How to detect reliably Mac OS X, iOS, Linux, Windows in C preprocessor?
and here http://sourceforge.net/apps/mediawiki/predef/index.php?title=Operating_Systems#MacOS about the __APPLE__&__MACH__
I'm not sure about what should i use.