changelog
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:1k
源码类别:

Windows CE

开发平台:

C/C++

  1. defines:
  2. MIPS32 (MIPS)
  3. FASTEST
  4. BUILDFIXED (WIN32,WINCE)
  5. DYNAMIC_CRC_TABLE (WIN32,WINCE)
  6. NO_ERRNO_H
  7. ZLIB_DLL (WIN32,WINCE)
  8. link with ole32.lib
  9. ---------------------------------------------------
  10. libid3tag:
  11. frame.c renamed to frameid3.c
  12. global.h abort() -> exit(1)
  13. util.c zlib.h reference extended with path
  14. file.c not needed
  15. file.h not needed 
  16. version.c not needed
  17. version.h not needed
  18. debug.c not needed
  19. global.h id3_debug_malloc,... not needed: defined(DEBUG) -> defined(NEVER)
  20. layer3.c change calloc to malloc and memset (wince2.xx doesn't have calloc)
  21. frame.c static id3_byte_t const empty = 0;