summaryrefslogtreecommitdiffstats
path: root/generic/default.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/default.h')
-rw-r--r--generic/default.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/generic/default.h b/generic/default.h
index f87c197..2ec68a3 100644
--- a/generic/default.h
+++ b/generic/default.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: default.h,v 1.3 2001/07/24 22:54:55 mdejong Exp $
+ * RCS: @(#) $Id: default.h,v 1.4 2002/08/31 06:12:19 das Exp $
*/
#ifndef _DEFAULT
@@ -20,7 +20,9 @@
defined(__CYGWIN__) || defined(__MINGW32__)
# include "tkWinDefault.h"
#else
-# if defined(MAC_TCL)
+# if defined(MAC_OSX_TK)
+# include "tkMacOSXDefault.h"
+# elif defined(MAC_TCL)
# include "tkMacDefault.h"
# else
# include "tkUnixDefault.h"