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

多媒体编程

开发平台:

Visual C++

  1. /*
  2.      File:       CMComponent.h
  3.  
  4.      Contains:   ColorSync CMM Component API
  5.  
  6.      Version:    Technology: ColorSync 2.0
  7.                  Release:    QuickTime 6.0.2
  8.  
  9.      Copyright:  (c) 1993-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 __CMCOMPONENT__
  18. #define __CMCOMPONENT__
  19. /* 
  20.     This file has been included to allow older source code 
  21.     to #include "CMComponent.h".  Please update your source
  22.     code to directly #include "CMMComponent.h"
  23.       and            #include "CMPRComponent.h"
  24. */
  25. /* #include the two ColorSync 2.0 files equivalent to the v. 1.0 file */
  26. #ifndef __CMMCOMPONENT__
  27. #include "CMMComponent.h"
  28. #endif
  29. #ifndef __CMPRCOMPONENT__
  30. #include "CMPRComponent.h"
  31. #endif
  32. #endif /* __CMCOMPONENT__ */