Show CMComponent.h syntax highlighted
/*
File: CMComponent.h
Contains: ColorSync CMM Component API
Version: Technology: ColorSync 2.0
Release: QuickTime 6.0.2
Copyright: (c) 1993-2001 by Apple Computer, Inc., all rights reserved.
Bugs?: For bug reports, consult the following page on
the World Wide Web:
http://developer.apple.com/bugreporter/
*/
#ifndef __CMCOMPONENT__
#define __CMCOMPONENT__
/*
This file has been included to allow older source code
to #include "CMComponent.h". Please update your source
code to directly #include "CMMComponent.h"
and #include "CMPRComponent.h"
*/
/* #include the two ColorSync 2.0 files equivalent to the v. 1.0 file */
#ifndef __CMMCOMPONENT__
#include "CMMComponent.h"
#endif
#ifndef __CMPRCOMPONENT__
#include "CMPRComponent.h"
#endif
#endif /* __CMCOMPONENT__ */
See more files for this project here