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

多媒体编程

开发平台:

Visual C++

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