istereo2

view src/config.h @ 24:9d53a4938ce8

port to android mostly complete, ads not done, and needs some polishing
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 04 Oct 2015 08:15:24 +0300
parents a3c4fcc9f8f3
children
line source
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
4 #ifdef __APPLE__
5 #include <TargetConditionals.h>
7 #if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE
8 #define IPHONE
9 #define TARGET_IPHONE
10 #endif
12 #endif /* __APPLE__ */
14 #endif /* CONFIG_H_ */