DriverSupport.h
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. /*
  2.      File:       DriverSupport.h
  3.  
  4.      Contains:   Driver Support Interfaces.
  5.  
  6.      Version:    Technology: Sustem 8
  7.                  Release:    QuickTime 6.0.2
  8.  
  9.      Copyright:  (c) 1985-2001 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:      For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17. #ifndef __DRIVERSUPPORT__
  18. #define __DRIVERSUPPORT__
  19. #ifndef __DRIVERSERVICES__
  20. #include "DriverServices.h"
  21. #endif
  22. /*
  23.     The contents of DriverSupport.h has been merged into DriverServices.h
  24. */
  25. #endif /* __DRIVERSUPPORT__ */