Parser.h
上传用户:hjhsjcl
上传日期:2020-09-25
资源大小:11378k
文件大小:1k
源码类别:

压缩解压

开发平台:

C++ Builder

  1. /*==========================================================================
  2. Copyright (c) 2004 ALi Corporation. All Rights Reserved
  3. File: Parser.c
  4. content: Parsing file
  5. History: Created by TNE 2005/09/07
  6. ==========================================================================*/
  7. #ifdef _PARSER_H_
  8. #define EXTERN
  9. #else
  10. #define EXTERN extern
  11. #endif
  12. //===================== Define =====================
  13. #define TAG_V1_NO_GENRE 0xFF
  14. //================ Extern variable ================
  15. //================ Extern Function =================
  16. EXTERN API bit Mp3CheckInfo(void) large;
  17. EXTERN API BOOL WmaCheckInfo(void) large;
  18. #undef EXTERN