istereo2

view src/config.h @ 8:661bf09db398

- replaced Quartz timer with cross-platform timer code - protected goatkit builtin theme function from being optimized out
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 24 Sep 2015 07:09:37 +0300
parents 3bccfc7d10fe
children 2a0ef5efb8e2
line source
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
4 #ifdef __APPLE__
5 #include <TargetConditionals.h>
7 #if defined(TARGET_IPHONE_SIMULATOR) || defined(TARGET_OS_IPHONE)
8 #define IPHONE
9 #define TARGET_IPHONE
10 #endif
12 #endif /* __APPLE__ */
14 #endif /* CONFIG_H_ */