Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

379 lines
5.5 KiB

  1. /*
  2. File: CoreServices.h
  3. Contains: Master include for CoreServices (non-UI toolbox)
  4. Version: QuickTime 7.3
  5. Copyright: (c) 2007 (c) 1999-2001 by Apple Computer, Inc., all rights reserved.
  6. Bugs?: For bug reports, consult the following page on
  7. the World Wide Web:
  8. http://developer.apple.com/bugreporter/
  9. */
  10. #ifndef __CORESERVICES__
  11. #define __CORESERVICES__
  12. /*
  13. By default using this header means you are building code for carbon.
  14. You can override this by setting TARGET_API_MAC_CARBON to zero before
  15. including this file
  16. */
  17. #ifndef TARGET_API_MAC_CARBON
  18. #define TARGET_API_MAC_CARBON 1
  19. #endif /* !defined(TARGET_API_MAC_CARBON) */
  20. #ifndef __CONDITIONALMACROS__
  21. #include <ConditionalMacros.h>
  22. #endif
  23. #ifndef __MACTYPES__
  24. #include <MacTypes.h>
  25. #endif
  26. #ifndef __FINDER__
  27. #include <Finder.h>
  28. #endif
  29. #ifndef __FIXMATH__
  30. #include <FixMath.h>
  31. #endif
  32. #ifndef __SCRIPT__
  33. #include <Script.h>
  34. #endif
  35. #ifndef __UTCUTILS__
  36. #include <UTCUtils.h>
  37. #endif
  38. #ifndef __TEXTCOMMON__
  39. #include <TextCommon.h>
  40. #endif
  41. #ifndef __COLLECTIONS__
  42. #include <Collections.h>
  43. #endif
  44. #ifndef __ENDIAN__
  45. #include <Endian.h>
  46. #endif
  47. #ifndef __PATCHES__
  48. #include <Patches.h>
  49. #endif
  50. #ifndef __GESTALT__
  51. #include <Gestalt.h>
  52. #endif
  53. #ifndef __MACMEMORY__
  54. #include <MacMemory.h>
  55. #endif
  56. #ifndef __MATH64__
  57. #include <Math64.h>
  58. #endif
  59. #ifndef __MIXEDMODE__
  60. #include <MixedMode.h>
  61. #endif
  62. #ifndef __MACERRORS__
  63. #include <MacErrors.h>
  64. #endif
  65. #ifndef __COMPONENTS__
  66. #include <Components.h>
  67. #endif
  68. #ifndef __OSUTILS__
  69. #include <OSUtils.h>
  70. #endif
  71. #ifndef __FILES__
  72. #include <Files.h>
  73. #endif
  74. #ifndef __RESOURCES__
  75. #include <Resources.h>
  76. #endif
  77. #ifndef __CODEFRAGMENTS__
  78. #include <CodeFragments.h>
  79. #endif
  80. #ifndef __ALIASES__
  81. #include <Aliases.h>
  82. #endif
  83. #ifndef __MACLOCALES__
  84. #include <MacLocales.h>
  85. #endif
  86. #ifndef __DEBUGGING__
  87. #include <Debugging.h>
  88. #endif
  89. #ifndef __PLSTRINGFUNCS__
  90. #include <PLStringFuncs.h>
  91. #endif
  92. #ifndef __DRIVERSYNCHRONIZATION__
  93. #include <DriverSynchronization.h>
  94. #endif
  95. #ifndef __DEVICES__
  96. #include <Devices.h>
  97. #endif
  98. #ifndef __DRIVERSERVICES__
  99. #include <DriverServices.h>
  100. #endif
  101. #ifndef __INTLRESOURCES__
  102. #include <IntlResources.h>
  103. #endif
  104. #ifndef __NUMBERFORMATTING__
  105. #include <NumberFormatting.h>
  106. #endif
  107. #ifndef __DATETIMEUTILS__
  108. #include <DateTimeUtils.h>
  109. #endif
  110. #ifndef __STRINGCOMPARE__
  111. #include <StringCompare.h>
  112. #endif
  113. #ifndef __TEXTUTILS__
  114. #include <TextUtils.h>
  115. #endif
  116. #ifndef __TOOLUTILS__
  117. #include <ToolUtils.h>
  118. #endif
  119. #ifndef __NAMEREGISTRY__
  120. #include <NameRegistry.h>
  121. #endif
  122. #ifndef __UNICODEUTILITIES__
  123. #include <UnicodeUtilities.h>
  124. #endif
  125. #ifndef __FP__
  126. #include <fp.h>
  127. #endif
  128. #ifndef __TEXTENCODINGCONVERTER__
  129. #include <TextEncodingConverter.h>
  130. #endif
  131. #ifndef __UNICODECONVERTER__
  132. #include <UnicodeConverter.h>
  133. #endif
  134. #ifndef __THREADS__
  135. #include <Threads.h>
  136. #endif
  137. #ifndef __FOLDERS__
  138. #include <Folders.h>
  139. #endif
  140. #ifndef __TIMER__
  141. #include <Timer.h>
  142. #endif
  143. #ifndef __MULTIPROCESSINGINFO__
  144. #include <MultiprocessingInfo.h>
  145. #endif
  146. #ifndef __MULTIPROCESSING__
  147. #include <Multiprocessing.h>
  148. #endif
  149. #ifndef __MACHINEEXCEPTIONS__
  150. #include <MachineExceptions.h>
  151. #endif
  152. #ifndef __AVLTREE__
  153. #include <AVLTree.h>
  154. #endif
  155. #ifndef __PEFBINARYFORMAT__
  156. #include <PEFBinaryFormat.h>
  157. #endif
  158. #ifndef __HFSVOLUMES__
  159. #include <HFSVolumes.h>
  160. #endif
  161. #ifndef __AIFF__
  162. #include <AIFF.h>
  163. #endif
  164. #ifndef __TEXTENCODINGPLUGIN__
  165. #include <TextEncodingPlugin.h>
  166. #endif
  167. #ifndef __APPLEDISKPARTITIONS__
  168. #include <AppleDiskPartitions.h>
  169. #endif
  170. #ifndef __POWER__
  171. #include <Power.h>
  172. #endif
  173. #ifndef __SCSI__
  174. #include <SCSI.h>
  175. #endif
  176. #ifndef __SYSTEMSOUND__
  177. #include <SystemSound.h>
  178. #endif
  179. #ifndef __ICONSTORAGE__
  180. #include <IconStorage.h>
  181. #endif
  182. #ifndef __CFBASE__
  183. #include <CFBase.h>
  184. #endif
  185. #ifndef __CFARRAY__
  186. #include <CFArray.h>
  187. #endif
  188. #ifndef __CFBAG__
  189. #include <CFBag.h>
  190. #endif
  191. #ifndef __CFBUNDLE__
  192. #include <CFBundle.h>
  193. #endif
  194. #ifndef __CFCHARACTERSET__
  195. #include <CFCharacterSet.h>
  196. #endif
  197. #ifndef __CFDATA__
  198. #include <CFData.h>
  199. #endif
  200. #ifndef __CFDATE__
  201. #include <CFDate.h>
  202. #endif
  203. #ifndef __CFDICTIONARY__
  204. #include <CFDictionary.h>
  205. #endif
  206. #ifndef __CFNUMBER__
  207. #include <CFNumber.h>
  208. #endif
  209. #ifndef __CFPLUGIN__
  210. #include <CFPlugIn.h>
  211. #endif
  212. #ifndef __CFPREFERENCES__
  213. #include <CFPreferences.h>
  214. #endif
  215. #ifndef __CFPROPERTYLIST__
  216. #include <CFPropertyList.h>
  217. #endif
  218. #ifndef __CFSET__
  219. #include <CFSet.h>
  220. #endif
  221. #ifndef __CFSTRING__
  222. #include <CFString.h>
  223. #endif
  224. #ifndef __CFSTRINGENCODINGEXT__
  225. #include <CFStringEncodingExt.h>
  226. #endif
  227. #ifndef __CFTIMEZONE__
  228. #include <CFTimeZone.h>
  229. #endif
  230. #ifndef __CFTREE__
  231. #include <CFTree.h>
  232. #endif
  233. #ifndef __CFURL__
  234. #include <CFURL.h>
  235. #endif
  236. #ifndef __CFURLACCESS__
  237. #include <CFURLAccess.h>
  238. #endif
  239. #ifndef __CFUUID__
  240. #include <CFUUID.h>
  241. #endif
  242. #ifndef __CFXMLNODE__
  243. #include <CFXMLNode.h>
  244. #endif
  245. #ifndef __CFXMLPARSER__
  246. #include <CFXMLParser.h>
  247. #endif
  248. #ifndef __CFPLUGINCOM__
  249. #include <CFPlugInCOM.h>
  250. #endif
  251. #ifndef __CFBINARYHEAP__
  252. #include <CFBinaryHeap.h>
  253. #endif
  254. #ifndef __CFBITVECTOR__
  255. #include <CFBitVector.h>
  256. #endif
  257. #ifndef __CFMACHPORT__
  258. #include <CFMachPort.h>
  259. #endif
  260. #ifndef __CFMESSAGEPORT__
  261. #include <CFMessagePort.h>
  262. #endif
  263. #ifndef __CFNOTIFICATIONCENTER__
  264. #include <CFNotificationCenter.h>
  265. #endif
  266. #ifndef __CFRUNLOOP__
  267. #include <CFRunLoop.h>
  268. #endif
  269. #ifndef __CFSOCKET__
  270. #include <CFSocket.h>
  271. #endif
  272. #ifndef __CFSTREAM__
  273. #include <CFStream.h>
  274. #endif
  275. #ifndef __CFNETWORK__
  276. #include <CFNetwork.h>
  277. #endif
  278. #ifndef __WSMETHODINVOCATION__
  279. #include <WSMethodInvocation.h>
  280. #endif
  281. #endif /* __CORESERVICES__ */