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

多媒体编程

开发平台:

Visual C++

  1. /*
  2.      File:       CoreFoundation.h
  3.  
  4.      Contains:   CoreFoundation master header
  5.  
  6.      Version:    Technology: Mac OS X
  7.                  Release:    QuickTime 6.0.2
  8.  
  9.      Copyright:  (c) 1999-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 __COREFOUNDATION__
  18. #define __COREFOUNDATION__
  19. #ifndef __CFBASE__
  20. #include "CFBase.h"
  21. #endif
  22. #ifndef __CFARRAY__
  23. #include "CFArray.h"
  24. #endif
  25. #ifndef __CFBAG__
  26. #include "CFBag.h"
  27. #endif
  28. #ifndef __CFBUNDLE__
  29. #include "CFBundle.h"
  30. #endif
  31. #ifndef __CFCHARACTERSET__
  32. #include "CFCharacterSet.h"
  33. #endif
  34. #ifndef __CFDATA__
  35. #include "CFData.h"
  36. #endif
  37. #ifndef __CFDATE__
  38. #include "CFDate.h"
  39. #endif
  40. #ifndef __CFDICTIONARY__
  41. #include "CFDictionary.h"
  42. #endif
  43. #ifndef __CFNUMBER__
  44. #include "CFNumber.h"
  45. #endif
  46. #ifndef __CFPLUGIN__
  47. #include "CFPlugIn.h"
  48. #endif
  49. #ifndef __CFPREFERENCES__
  50. #include "CFPreferences.h"
  51. #endif
  52. #ifndef __CFPROPERTYLIST__
  53. #include "CFPropertyList.h"
  54. #endif
  55. #ifndef __CFSET__
  56. #include "CFSet.h"
  57. #endif
  58. #ifndef __CFSTRING__
  59. #include "CFString.h"
  60. #endif
  61. #ifndef __CFSTRINGENCODINGEXT__
  62. #include "CFStringEncodingExt.h"
  63. #endif
  64. #ifndef __CFTIMEZONE__
  65. #include "CFTimeZone.h"
  66. #endif
  67. #ifndef __CFURL__
  68. #include "CFURL.h"
  69. #endif
  70. #ifndef __CFURLACCESS__
  71. #include "CFURLAccess.h"
  72. #endif
  73. #endif /* __COREFOUNDATION__ */