disc.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __DISC_H
  2. #define __DISC_H
  3. #define DISC_VCD        0       // and all CD-like
  4. #define DISC_DVD        1
  5. #define DISC_UNKNOWN    2
  6. #define DISC_NONE       9
  7. #endif/*__DISC_H*/