summaryrefslogtreecommitdiffstats
path: root/unix/tkUnix3d.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-13 22:39:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-13 22:39:14 (GMT)
commit8baf7d337ca0aab7fafb0e670927ab2c0200e80a (patch)
treef9895e015c28307b00ab11e88a52567b90cac9c7 /unix/tkUnix3d.c
parent4a95c9f7b470865b6c28e0eb34b8bf725a8951cf (diff)
downloadtk-8baf7d337ca0aab7fafb0e670927ab2c0200e80a.zip
tk-8baf7d337ca0aab7fafb0e670927ab2c0200e80a.tar.gz
tk-8baf7d337ca0aab7fafb0e670927ab2c0200e80a.tar.bz2
Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaks
Diffstat (limited to 'unix/tkUnix3d.c')
-rw-r--r--unix/tkUnix3d.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/tkUnix3d.c b/unix/tkUnix3d.c
index 13bbf06..f977624 100644
--- a/unix/tkUnix3d.c
+++ b/unix/tkUnix3d.c
@@ -13,7 +13,9 @@
#include "tkInt.h"
#include "tk3d.h"
-#if !(defined(_WIN32) || defined(MAC_OSX_TK))
+#if defined(MAC_OSX_TK)
+#include "tkMacOSXInt.h"
+#else
#include "tkUnixInt.h"
#endif