diff options
Diffstat (limited to 'mac/tkMacInt.h')
-rw-r--r-- | mac/tkMacInt.h | 10 |
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 */ |