工程中处理symbian版本号的示例代码

来源:互联网 发布:剑灵雪域公主数据 编辑:程序博客网 时间:2024/04/30 12:11

工程中处理symbian版本号的示例代码

#ifdef __SERIES60_3X__
#define KShoutcastDLLUid 0xE020240A
#else

#ifdef EKA2 //this file is also included in resources
#define KShoutcastDLLUid 0xE020240A

#else //2.x
#define KShoutcastDLLUid 0x1020240A

#endif //EKA2
#endif //__SERIES60_3X__