OSDN Git Service

2003-07-09 Chris Demetriou <cgd@broadcom.com>
[pf3gnuchains/pf3gnuchains3x.git] / tcl / mac / MW_TclHeaderCommon.h
1 /*
2  * MW_TclHeaderCommon.h --
3  *
4  *      Common includes for precompiled headers
5  *
6  * Copyright (c) 1998 by Scriptics Corporation.
7  *
8  * See the file "license.terms" for information on usage and redistribution
9  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10  *
11  * RCS: @(#) $Id$
12  */
13
14 #pragma once
15
16 #include "tclMacCommonPch.h"
17
18 /*
19  * Place any includes below that will are needed by the majority of the
20  * and is OK to be in any file in the system.
21  */
22
23 #include "tcl.h"
24
25 #ifdef BUILD_tcl
26 # undef TCL_STORAGE_CLASS
27 # define TCL_STORAGE_CLASS DLLEXPORT
28 #endif
29 #include "tclMac.h"
30 #undef TCL_STORAGE_CLASS
31 #define TCL_STORAGE_CLASS DLLIMPORT
32
33 #include "tclInt.h"
34
35
36 #if PRAGMA_IMPORT
37 #pragma import on
38 #endif
39
40 #include <MoreFiles.h>
41 #include <MoreFilesExtras.h>
42 #include <FSpCompat.h>
43 #include <FileCopy.h>
44 #include <FullPath.h>
45 #include <IterateDirectory.h>
46 #include <MoreDesktopMgr.h>
47 #include <DirectoryCopy.h>
48 #include <Search.h>
49
50 #ifdef PRAGMA_IMPORT_OFF
51 #pragma import off
52 #elif PRAGMA_IMPORT
53 #pragma import reset
54 #endif