topical media & game development

talk show tell print

lib-of-vs-libs-QTDevWin-CIncludes-CoreFoundation.h / h



  /*
       File:       CoreFoundation.h
   
       Contains:   CoreFoundation master header
   
       Version:    Technology: Mac OS X
                   Release:    QuickTime 6.0.2
   
       Copyright:  (c) 1999-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 __COREFOUNDATION__
  define __COREFOUNDATION__
  
  ifndef __CFBASE__
  include <CFBase.h>
  endif
  
  ifndef __CFARRAY__
  include <CFArray.h>
  endif
  
  ifndef __CFBAG__
  include <CFBag.h>
  endif
  
  ifndef __CFBUNDLE__
  include <CFBundle.h>
  endif
  
  ifndef __CFCHARACTERSET__
  include <CFCharacterSet.h>
  endif
  
  ifndef __CFDATA__
  include <CFData.h>
  endif
  
  ifndef __CFDATE__
  include <CFDate.h>
  endif
  
  ifndef __CFDICTIONARY__
  include <CFDictionary.h>
  endif
  
  ifndef __CFNUMBER__
  include <CFNumber.h>
  endif
  
  ifndef __CFPLUGIN__
  include <CFPlugIn.h>
  endif
  
  ifndef __CFPREFERENCES__
  include <CFPreferences.h>
  endif
  
  ifndef __CFPROPERTYLIST__
  include <CFPropertyList.h>
  endif
  
  ifndef __CFSET__
  include <CFSet.h>
  endif
  
  ifndef __CFSTRING__
  include <CFString.h>
  endif
  
  ifndef __CFSTRINGENCODINGEXT__
  include <CFStringEncodingExt.h>
  endif
  
  ifndef __CFTIMEZONE__
  include <CFTimeZone.h>
  endif
  
  ifndef __CFURL__
  include <CFURL.h>
  endif
  
  ifndef __CFURLACCESS__
  include <CFURLAccess.h>
  endif
  
  endif /* __COREFOUNDATION__ */
  
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.