istereo2

annotate src/config.h @ 6:3bccfc7d10fe

goatkit is drawing
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 23 Sep 2015 05:44:58 +0300
parents 81d35769f546
children a3c4fcc9f8f3
rev   line source
nuclear@2 1 #ifndef CONFIG_H_
nuclear@2 2 #define CONFIG_H_
nuclear@2 3
nuclear@6 4 #ifdef __APPLE__
nuclear@6 5 #include <TargetConditionals.h>
nuclear@6 6
nuclear@6 7 #if defined(TARGET_IPHONE_SIMULATOR) || defined(TARGET_OS_IPHONE)
nuclear@2 8 #define IPHONE
nuclear@2 9 #endif
nuclear@2 10
nuclear@6 11 #endif /* __APPLE__ */
nuclear@6 12
nuclear@2 13 #endif /* CONFIG_H_ */