summaryrefslogtreecommitdiffstats
path: root/win/tkWinPort.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-28 18:13:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-28 18:13:34 (GMT)
commitb51f35134bc68f09e6e3b90ea0eda5f10775ed0f (patch)
tree97ad92d34864c36be5167ea8983168ad6dc3dc85 /win/tkWinPort.h
parent31f745b32a4352b25433ed66d0b394d6d6907bac (diff)
downloadtk-b51f35134bc68f09e6e3b90ea0eda5f10775ed0f.zip
tk-b51f35134bc68f09e6e3b90ea0eda5f10775ed0f.tar.gz
tk-b51f35134bc68f09e6e3b90ea0eda5f10775ed0f.tar.bz2
* generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so that
we don't create new dependencies on Tcl internals. * unix/tkUnixPort.h: Removed #include of tclInt.h that has been * win/tkWinPort.h: disabled for three years. If we needed this we'd have noticed by now.
Diffstat (limited to 'win/tkWinPort.h')
-rw-r--r--win/tkWinPort.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index 282fa79..8069f46 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.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: tkWinPort.h,v 1.11 2008/08/19 15:52:14 georgeps Exp $
+ * RCS: @(#) $Id: tkWinPort.h,v 1.12 2008/08/28 18:13:36 dgp Exp $
*/
#ifndef _WINPORT
@@ -126,13 +126,4 @@ struct timezone {
int tz_dsttime;
};
-/*
- * Disabled inclusion of Tcl's private header in hope of discovering we
- * no longer need it.
- *
-#ifndef _TCLINT
-#include <tclInt.h>
-#endif
- */
-
#endif /* _WINPORT */