summaryrefslogtreecommitdiffstats
path: root/mac/tkMacInt.h
diff options
context:
space:
mode:
authorjingham <jingham>1999-05-22 06:32:42 (GMT)
committerjingham <jingham>1999-05-22 06:32:42 (GMT)
commitd46870272ca5131836ccdf807610b013dcb3ef98 (patch)
treec814c4bc4ba9e1e85e94fbe5425679be512bc7ba /mac/tkMacInt.h
parentc6a910d2808641fb6833d372db88e70bcb579049 (diff)
downloadtk-d46870272ca5131836ccdf807610b013dcb3ef98.zip
tk-d46870272ca5131836ccdf807610b013dcb3ef98.tar.gz
tk-d46870272ca5131836ccdf807610b013dcb3ef98.tar.bz2
Changes needed to get Tk8.1 to compile with stubs on the Mac
Diffstat (limited to 'mac/tkMacInt.h')
-rw-r--r--mac/tkMacInt.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/mac/tkMacInt.h b/mac/tkMacInt.h
index e6478ab..6a526d5 100644
--- a/mac/tkMacInt.h
+++ b/mac/tkMacInt.h
@@ -8,19 +8,15 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacInt.h,v 1.7 1999/04/16 01:51:31 stanton Exp $
+ * RCS: @(#) $Id: tkMacInt.h,v 1.8 1999/05/22 06:32:55 jingham Exp $
*/
#ifndef _TKMACINT
#define _TKMACINT
#include "tkInt.h"
-#include "tkPort.h"
-
-#ifndef _TKMAC
-# include "tkMac.h"
-#endif /* _TKMAC */
+#include "tkMac.h"
#include <AppleEvents.h>
#include <Windows.h>
@@ -208,4 +204,6 @@ typedef TkMenuDefProcPtr TkMenuDefUPP;
(whichItemPtr), (globalsPtr))
#endif
+#include "tkIntPlatDecls.h"
+
#endif /* _TKMACINT */