home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ODXFuncs.h
-
- Contains: Functions shared between new and old launcher.
-
- Owned by: Nick Pilch
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <8> 7/11/96 TJ Fixed Name of function to check for MacOS 8
- <7> 6/23/96 NP 10002: Launch time speedups.
- <6> .06.1996 NP 10002: Launch time fixes, system process.
- <5> .05.1996 NP Reverting.
- <4> .05.1996 NP 10002: Launch time fixes.
- <3> .05.1996 NP Add include.
- <2> .05.1996 NP Small change to parameters of
- HandleLaunchFailed.
- <1> .05.1996 NP first checked in
-
- To Do:
- */
-
- #ifndef _ODXFUNCS_
- #define _ODXFUNCS_
-
- #ifndef __APPLEEVENTS__
- #include <AppleEvents.h>
- #endif
-
- #ifndef _ODTYPES_
- #include "ODTypes.h"
- #endif
-
- pascal OSErr HandleLaunchFailed(const AppleEvent* theAppleEvent,
- AppleEvent* reply,
- long refCon);
- pascal OSErr HandleRequiredEvent(const AppleEvent* theAppleEvent,
- AppleEvent* reply,
- long refCon);
- ODBoolean RunningUnderMacOS8();
-
- #endif /* _ODXFUNCS_ */
-