non_unix.h
上传用户:enenge
上传日期:2007-01-08
资源大小:96k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /******************************************************************************/
  2. #ifndef _NON_UNIX_H_
  3. #define _NON_UNIX_H_
  4. #include "momusys.h"
  5. #if defined(__POWERPC__)
  6. #   define _RAWIO_
  7. #   define _OLDINTRADC_
  8. #   define __STDC__ 1
  9. #endif
  10. #if defined(WIN32)
  11. #   define _RAWIO_
  12. #   define _OLDINTRADC_
  13. #   define __STDC__ 1
  14. #endif
  15. #endif /* _NON_UNIX_H_ */