blob: 48c04e5e1164c73c9f6a1b63f07111ac47fbed20 [file] [log] [blame]
Jack Jansen42218ce1997-01-31 16:15:11 +00001/***********************************************************
2Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
3The Netherlands.
4
5 All Rights Reserved
6
7Permission to use, copy, modify, and distribute this software and its
8documentation for any purpose and without fee is hereby granted,
9provided that the above copyright notice appear in all copies and that
10both that copyright notice and this permission notice appear in
11supporting documentation, and that the names of Stichting Mathematisch
12Centrum or CWI not be used in advertising or publicity pertaining to
13distribution of the software without specific, written prior permission.
14
15STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
16THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
17FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
18FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
21OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22
23******************************************************************/
Jack Jansen47ec1412002-09-10 12:32:47 +000024#ifndef Py_GETAPPLBYCREATOR_H
Jack Jansena0d18332002-09-10 20:07:34 +000025#define Py_GETAPPLBYCREATOR_H
Jack Jansen42218ce1997-01-31 16:15:11 +000026
Jack Jansen9f66b4a2001-05-19 12:32:39 +000027#ifdef WITHOUT_FRAMEWORKS
Jack Jansen924ca851996-09-20 15:25:16 +000028#include <Types.h>
29#include <Files.h>
Jack Jansen9f66b4a2001-05-19 12:32:39 +000030#else
31#include <Carbon/Carbon.h>
32#endif
Jack Jansen924ca851996-09-20 15:25:16 +000033
Jack Jansen47ec1412002-09-10 12:32:47 +000034#ifdef __cplusplus
35 extern "C" {
36#endif
37
Jack Jansen924ca851996-09-20 15:25:16 +000038extern OSErr FindApplicationFromCreator(OSType, FSSpecPtr);
Jack Jansen47ec1412002-09-10 12:32:47 +000039
40#ifdef __cplusplus
41}
42#endif
43#endif