summaryrefslogtreecommitdiffstats
path: root/mac/MW_TclHeaderCommon.h
diff options
context:
space:
mode:
authordas <das>2004-03-17 18:14:11 (GMT)
committerdas <das>2004-03-17 18:14:11 (GMT)
commit0205867a3dad7204c57477b6c38c52b981af36e1 (patch)
treeb40c5ed765d71e7cb68ba178c3f3a098638c9987 /mac/MW_TclHeaderCommon.h
parentb07cf17d9c57bb355e84b17470235902854c7d40 (diff)
downloadtcl-0205867a3dad7204c57477b6c38c52b981af36e1.zip
tcl-0205867a3dad7204c57477b6c38c52b981af36e1.tar.gz
tcl-0205867a3dad7204c57477b6c38c52b981af36e1.tar.bz2
Removed support for Mac OS Classic platform [Patch 918142]
Diffstat (limited to 'mac/MW_TclHeaderCommon.h')
-rw-r--r--mac/MW_TclHeaderCommon.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/mac/MW_TclHeaderCommon.h b/mac/MW_TclHeaderCommon.h
deleted file mode 100644
index 56ea59c..0000000
--- a/mac/MW_TclHeaderCommon.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * MW_TclHeaderCommon.h --
- *
- * Common includes for precompiled headers
- *
- * Copyright (c) 1998 by Scriptics Corporation.
- *
- * See the file "license.terms" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id$
- */
-
-#pragma once
-
-#include "tclMacCommonPch.h"
-
-/*
- * Place any includes below that will are needed by the majority of the
- * and is OK to be in any file in the system.
- */
-
-#include "tcl.h"
-
-#ifdef BUILD_tcl
-# undef TCL_STORAGE_CLASS
-# define TCL_STORAGE_CLASS DLLEXPORT
-#endif
-#include "tclMac.h"
-#undef TCL_STORAGE_CLASS
-#define TCL_STORAGE_CLASS DLLIMPORT
-
-#include "tclInt.h"
-
-
-#if PRAGMA_IMPORT
-#pragma import on
-#endif
-
-#include <MoreFiles.h>
-#include <MoreFilesExtras.h>
-#include <FSpCompat.h>
-#include <FileCopy.h>
-#include <FullPath.h>
-#include <IterateDirectory.h>
-#include <MoreDesktopMgr.h>
-#include <DirectoryCopy.h>
-#include <Search.h>
-
-#ifdef PRAGMA_IMPORT_OFF
-#pragma import off
-#elif PRAGMA_IMPORT
-#pragma import reset
-#endif