summaryrefslogtreecommitdiffstats
path: root/generic/tkPort.h
diff options
context:
space:
mode:
authordas <das>2004-01-01 00:35:24 (GMT)
committerdas <das>2004-01-01 00:35:24 (GMT)
commitad97b97e09fbe5339088d21df9e84b057b1616f5 (patch)
treea9a5db6e90a9b33be519856a82beb785d4fd8d79 /generic/tkPort.h
parent2c4b180c45dd24432535148a2c67d63e7a5189a3 (diff)
downloadtk-ad97b97e09fbe5339088d21df9e84b057b1616f5.zip
tk-ad97b97e09fbe5339088d21df9e84b057b1616f5.tar.gz
tk-ad97b97e09fbe5339088d21df9e84b057b1616f5.tar.bz2
* macosx/Wish.pbproj/project.pbxproj: added missing private headers
to installed Tk.framework, so that tkInt.h can be included sucessfully from Tk.framework/PrivateHeaders. * generic/tkPort.h: corrected include of tkMacOSXPort.h
Diffstat (limited to 'generic/tkPort.h')
-rw-r--r--generic/tkPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkPort.h b/generic/tkPort.h
index b07e22d..a0ae88b 100644
--- a/generic/tkPort.h
+++ b/generic/tkPort.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkPort.h,v 1.3 2002/08/31 06:12:26 das Exp $
+ * RCS: @(#) $Id: tkPort.h,v 1.4 2004/01/01 00:35:24 das Exp $
*/
#ifndef _TKPORT
@@ -29,7 +29,7 @@
# if defined(MAC_TCL)
# include "tkMacPort.h"
# elif defined(MAC_OSX_TK)
-# include "../macosx/tkMacOSXPort.h"
+# include "tkMacOSXPort.h"
# else
# include "../unix/tkUnixPort.h"
# endif