diff options
| author | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
|---|---|---|
| committer | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
| commit | 3bf9df6b2785fa6d951086978a3e66f49427166a (patch) | |
| tree | 2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /common/quicktime_win32/Carbon.h | |
| download | archived-source-engine-2018-hl2-src-master.tar.xz archived-source-engine-2018-hl2-src-master.zip | |
Diffstat (limited to 'common/quicktime_win32/Carbon.h')
| -rw-r--r-- | common/quicktime_win32/Carbon.h | 281 |
1 files changed, 281 insertions, 0 deletions
diff --git a/common/quicktime_win32/Carbon.h b/common/quicktime_win32/Carbon.h new file mode 100644 index 0000000..b768870 --- /dev/null +++ b/common/quicktime_win32/Carbon.h @@ -0,0 +1,281 @@ +/* + File: Carbon.h + + Contains: Master include for all of Carbon + + Version: QuickTime 7.3 + + Copyright: (c) 2007 (c) 2000-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 __CARBON__ +#define __CARBON__ + +#ifndef __CORESERVICES__ +#include <CoreServices.h> +#endif + +#ifndef __APPLICATIONSERVICES__ +#include <ApplicationServices.h> +#endif + + +#ifndef __APPLICATIONSERVICES__ +#include <ApplicationServices.h> +#endif + +#ifndef __HIOBJECT__ +#include <HIObject.h> +#endif + +#ifndef __HITOOLBAR__ +#include <HIToolbar.h> +#endif + +#ifndef __HIVIEW__ +#include <HIView.h> +#endif + +#ifndef __HITEXTUTILS__ +#include <HITextUtils.h> +#endif + +#ifndef __HISHAPE__ +#include <HIShape.h> +#endif + +#ifndef __BALLOONS__ +#include <Balloons.h> +#endif + +#ifndef __EVENTS__ +#include <Events.h> +#endif + +#ifndef __NOTIFICATION__ +#include <Notification.h> +#endif + +#ifndef __DRAG__ +#include <Drag.h> +#endif + +#ifndef __CONTROLS__ +#include <Controls.h> +#endif + +#ifndef __APPEARANCE__ +#include <Appearance.h> +#endif + +#ifndef __MACWINDOWS__ +#include <MacWindows.h> +#endif + +#ifndef __TEXTEDIT__ +#include <TextEdit.h> +#endif + +#ifndef __MENUS__ +#include <Menus.h> +#endif + +#ifndef __DIALOGS__ +#include <Dialogs.h> +#endif + +#ifndef __LISTS__ +#include <Lists.h> +#endif + +#ifndef __CARBONEVENTSCORE__ +#include <CarbonEventsCore.h> +#endif + +#ifndef __CARBONEVENTS__ +#include <CarbonEvents.h> +#endif + +#ifndef __TEXTSERVICES__ +#include <TextServices.h> +#endif + +#ifndef __SCRAP__ +#include <Scrap.h> +#endif + +#ifndef __MACTEXTEDITOR__ +#include <MacTextEditor.h> +#endif + +#ifndef __MACHELP__ +#include <MacHelp.h> +#endif + +#ifndef __CONTROLDEFINITIONS__ +#include <ControlDefinitions.h> +#endif + +#ifndef __TSMTE__ +#include <TSMTE.h> +#endif + +#ifndef __TRANSLATIONEXTENSIONS__ +#include <TranslationExtensions.h> +#endif + +#ifndef __TRANSLATION__ +#include <Translation.h> +#endif + +#ifndef __AEINTERACTION__ +#include <AEInteraction.h> +#endif + +#ifndef __TYPESELECT__ +#include <TypeSelect.h> +#endif + +#ifndef __MACAPPLICATION__ +#include <MacApplication.h> +#endif + +#ifndef __KEYBOARDS__ +#include <Keyboards.h> +#endif + +#ifndef __IBCARBONRUNTIME__ +#include <IBCarbonRuntime.h> +#endif + +#ifndef __CORESERVICES__ +#include <CoreServices.h> +#endif + +#ifndef __SOUND__ +#include <Sound.h> +#endif + +#ifndef __CORESERVICES__ +#include <CoreServices.h> +#endif + +#ifndef __OSA__ +#include <OSA.h> +#endif + +#ifndef __OSACOMP__ +#include <OSAComp.h> +#endif + +#ifndef __OSAGENERIC__ +#include <OSAGeneric.h> +#endif + +#ifndef __APPLESCRIPT__ +#include <AppleScript.h> +#endif + +#ifndef __ASDEBUGGING__ +#include <ASDebugging.h> +#endif + +#ifndef __ASREGISTRY__ +#include <ASRegistry.h> +#endif + +#ifndef __FINDERREGISTRY__ +#include <FinderRegistry.h> +#endif + +#ifndef __DIGITALHUBREGISTRY__ +#include <DigitalHubRegistry.h> +#endif + +#ifndef __APPLICATIONSERVICES__ +#include <ApplicationServices.h> +#endif + +#ifndef __PMAPPLICATION__ +#include <PMApplication.h> +#endif + +#ifndef __NAVIGATION__ +#include <Navigation.h> +#endif + +#ifndef __APPLICATIONSERVICES__ +#include <ApplicationServices.h> +#endif + +#ifndef __COLORPICKER__ +#include <ColorPicker.h> +#endif + +#ifndef __CMCALIBRATOR__ +#include <CMCalibrator.h> +#endif + +#ifndef __NSL__ +#include <NSL.h> +#endif + +#ifndef __FONTPANEL__ +#include <FontPanel.h> +#endif + +#ifndef __HTMLRENDERING__ +#include <HTMLRendering.h> +#endif + +#ifndef __SPEECHRECOGNITION__ +#include <SpeechRecognition.h> +#endif + +#ifndef __CORESERVICES__ +#include <CoreServices.h> +#endif + +#ifndef __KEYCHAINHI__ +#include <KeychainHI.h> +#endif + +#ifndef __URLACCESS__ +#include <URLAccess.h> +#endif + +#ifndef __CORESERVICES__ +#include <CoreServices.h> +#endif + +#ifndef __APPLEHELP__ +#include <AppleHelp.h> +#endif + +#ifndef __CORESERVICES__ +#include <CoreServices.h> +#endif + +#ifndef __ICAAPPLICATION__ +#include <ICAApplication.h> +#endif + +#ifndef __ICADEVICE__ +#include <ICADevice.h> +#endif + +#ifndef __ICACAMERA__ +#include <ICACamera.h> +#endif + + + + + +#endif /* __CARBON__ */ + |