工程中处理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__