diff options
author | das <das> | 2005-02-24 00:41:02 (GMT) |
---|---|---|
committer | das <das> | 2005-02-24 00:41:02 (GMT) |
commit | bf5820e2248feadca3d6a163aa562453a38791d2 (patch) | |
tree | d8a27a48b1429f11760736479dd8e3bada8ece90 /macosx/tkMacOSX.h | |
parent | 2669ea6e4c54166f32dc82e1e19f3b805cda57bb (diff) | |
download | tk-bf5820e2248feadca3d6a163aa562453a38791d2.zip tk-bf5820e2248feadca3d6a163aa562453a38791d2.tar.gz tk-bf5820e2248feadca3d6a163aa562453a38791d2.tar.bz2 |
* macosx/tkMacOSX.h: fixed incorrect inclusion of internal header.
* macosx/tkMacOSXNotify.c: corrected included headers.
Diffstat (limited to 'macosx/tkMacOSX.h')
-rw-r--r-- | macosx/tkMacOSX.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/macosx/tkMacOSX.h b/macosx/tkMacOSX.h index 45bbf7b..89e6641 100644 --- a/macosx/tkMacOSX.h +++ b/macosx/tkMacOSX.h @@ -1,5 +1,5 @@ /* - * tkMacOSXInt.h -- + * tkMacOSX.h -- * * Declarations of Macintosh specific exported variables and procedures. * @@ -9,14 +9,16 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSX.h,v 1.2 2002/08/31 06:12:29 das Exp $ + * RCS: @(#) $Id: tkMacOSX.h,v 1.3 2005/02/24 00:41:04 das Exp $ */ #ifndef _TKMAC #define _TKMAC #include <Carbon/Carbon.h> -#include "tkInt.h" +#ifndef _TK +#include "tk.h" +#endif /* * Structures and function types for handling Netscape-type in process |