summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2002-09-14 02:52:31 (GMT)
committerandreas_kupries <akupries@shaw.ca>2002-09-14 02:52:31 (GMT)
commitffa7145291c84c25259567a5ed6cfc14885c2649 (patch)
tree6f1b7b85c0b161723d2d019d35eba5f09a3fc111 /ChangeLog
parent3511aff356300b3c67bb9cdea914d9d0680818f9 (diff)
downloadtk-ffa7145291c84c25259567a5ed6cfc14885c2649.zip
tk-ffa7145291c84c25259567a5ed6cfc14885c2649.tar.gz
tk-ffa7145291c84c25259567a5ed6cfc14885c2649.tar.bz2
* generic/tk.h: Moved RC_INVOKED down so that tcl.h is still
included when running the resource compiler. <tcl.h> excludes the unnecessary parts on its own. This reenables the Windows build. It failed because the non-inclusion of tcl.h caused the resource compiler to miss some vital macro definitions (TCL_FINAL_RELEASE, STRINGIFY, ...).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a46c91f..24ae60e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-09-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * generic/tk.h: Moved RC_INVOKED down so that tcl.h is still
+ included when running the resource compiler. <tcl.h> excludes
+ the unnecessary parts on its own. This reenables the Windows
+ build. It failed because the non-inclusion of tcl.h caused the
+ resource compiler to miss some vital macro definitions
+ (TCL_FINAL_RELEASE, STRINGIFY, ...).
+
2002-09-12 Daniel Steffen <das@users.sourceforge.net>
* generic/tk.h: