Version_cor.c
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:0k
- #include "Config.h" // Global Configuration - do not remove!
- #include "IncludeSysDefs.h"
- static CONST WCHAR* pszVersion = L"30.01.05.03" ;
- CONST WCHAR* get_playcore_version(void)
- {
- return pszVersion ;
- }