/* File: CoreServices.h Contains: Master include for CoreServices (non-UI toolbox) Version: QuickTime 7.3 Copyright: (c) 2007 (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 __CORESERVICES__ #define __CORESERVICES__ /* By default using this header means you are building code for carbon. You can override this by setting TARGET_API_MAC_CARBON to zero before including this file */ #ifndef TARGET_API_MAC_CARBON #define TARGET_API_MAC_CARBON 1 #endif /* !defined(TARGET_API_MAC_CARBON) */ #ifndef __CONDITIONALMACROS__ #include #endif #ifndef __MACTYPES__ #include #endif #ifndef __FINDER__ #include #endif #ifndef __FIXMATH__ #include #endif #ifndef __SCRIPT__ #include #endif #ifndef __UTCUTILS__ #include #endif #ifndef __TEXTCOMMON__ #include #endif #ifndef __COLLECTIONS__ #include #endif #ifndef __ENDIAN__ #include #endif #ifndef __PATCHES__ #include #endif #ifndef __GESTALT__ #include #endif #ifndef __MACMEMORY__ #include #endif #ifndef __MATH64__ #include #endif #ifndef __MIXEDMODE__ #include #endif #ifndef __MACERRORS__ #include #endif #ifndef __COMPONENTS__ #include #endif #ifndef __OSUTILS__ #include #endif #ifndef __FILES__ #include #endif #ifndef __RESOURCES__ #include #endif #ifndef __CODEFRAGMENTS__ #include #endif #ifndef __ALIASES__ #include #endif #ifndef __MACLOCALES__ #include #endif #ifndef __DEBUGGING__ #include #endif #ifndef __PLSTRINGFUNCS__ #include #endif #ifndef __DRIVERSYNCHRONIZATION__ #include #endif #ifndef __DEVICES__ #include #endif #ifndef __DRIVERSERVICES__ #include #endif #ifndef __INTLRESOURCES__ #include #endif #ifndef __NUMBERFORMATTING__ #include #endif #ifndef __DATETIMEUTILS__ #include #endif #ifndef __STRINGCOMPARE__ #include #endif #ifndef __TEXTUTILS__ #include #endif #ifndef __TOOLUTILS__ #include #endif #ifndef __NAMEREGISTRY__ #include #endif #ifndef __UNICODEUTILITIES__ #include #endif #ifndef __FP__ #include #endif #ifndef __TEXTENCODINGCONVERTER__ #include #endif #ifndef __UNICODECONVERTER__ #include #endif #ifndef __THREADS__ #include #endif #ifndef __FOLDERS__ #include #endif #ifndef __TIMER__ #include #endif #ifndef __MULTIPROCESSINGINFO__ #include #endif #ifndef __MULTIPROCESSING__ #include #endif #ifndef __MACHINEEXCEPTIONS__ #include #endif #ifndef __AVLTREE__ #include #endif #ifndef __PEFBINARYFORMAT__ #include #endif #ifndef __HFSVOLUMES__ #include #endif #ifndef __AIFF__ #include #endif #ifndef __TEXTENCODINGPLUGIN__ #include #endif #ifndef __APPLEDISKPARTITIONS__ #include #endif #ifndef __POWER__ #include #endif #ifndef __SCSI__ #include #endif #ifndef __SYSTEMSOUND__ #include #endif #ifndef __ICONSTORAGE__ #include #endif #ifndef __CFBASE__ #include #endif #ifndef __CFARRAY__ #include #endif #ifndef __CFBAG__ #include #endif #ifndef __CFBUNDLE__ #include #endif #ifndef __CFCHARACTERSET__ #include #endif #ifndef __CFDATA__ #include #endif #ifndef __CFDATE__ #include #endif #ifndef __CFDICTIONARY__ #include #endif #ifndef __CFNUMBER__ #include #endif #ifndef __CFPLUGIN__ #include #endif #ifndef __CFPREFERENCES__ #include #endif #ifndef __CFPROPERTYLIST__ #include #endif #ifndef __CFSET__ #include #endif #ifndef __CFSTRING__ #include #endif #ifndef __CFSTRINGENCODINGEXT__ #include #endif #ifndef __CFTIMEZONE__ #include #endif #ifndef __CFTREE__ #include #endif #ifndef __CFURL__ #include #endif #ifndef __CFURLACCESS__ #include #endif #ifndef __CFUUID__ #include #endif #ifndef __CFXMLNODE__ #include #endif #ifndef __CFXMLPARSER__ #include #endif #ifndef __CFPLUGINCOM__ #include #endif #ifndef __CFBINARYHEAP__ #include #endif #ifndef __CFBITVECTOR__ #include #endif #ifndef __CFMACHPORT__ #include #endif #ifndef __CFMESSAGEPORT__ #include #endif #ifndef __CFNOTIFICATIONCENTER__ #include #endif #ifndef __CFRUNLOOP__ #include #endif #ifndef __CFSOCKET__ #include #endif #ifndef __CFSTREAM__ #include #endif #ifndef __CFNETWORK__ #include #endif #ifndef __WSMETHODINVOCATION__ #include #endif #endif /* __CORESERVICES__ */