diff options
author | das <das> | 2004-01-01 00:34:56 (GMT) |
---|---|---|
committer | das <das> | 2004-01-01 00:34:56 (GMT) |
commit | a17e4c4701d5221f8b3197963574a7af51f5ea72 (patch) | |
tree | fdcf6aa779e4983e7303f4edabbabc7d8fe857ad /generic | |
parent | 7bbf35d799607f27798c04e1a2292bdcf2d5e8e9 (diff) | |
download | tk-a17e4c4701d5221f8b3197963574a7af51f5ea72.zip tk-a17e4c4701d5221f8b3197963574a7af51f5ea72.tar.gz tk-a17e4c4701d5221f8b3197963574a7af51f5ea72.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')
-rw-r--r-- | generic/tkPort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkPort.h b/generic/tkPort.h index b07e22d..ec4b362 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.3.2.1 2004/01/01 00:34:56 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 |