summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-12-10 12:03:53 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-12-10 12:03:53 (GMT)
commit07d529beffc9cd3f7e50d532f77dd47ca2bd6234 (patch)
tree3be0766e5ef672f698f05a31cca0c975813c7535 /ChangeLog
parentdc96a893397500b3a0ca97269c74728de9bf4cdd (diff)
downloadtk-07d529beffc9cd3f7e50d532f77dd47ca2bd6234.zip
tk-07d529beffc9cd3f7e50d532f77dd47ca2bd6234.tar.gz
tk-07d529beffc9cd3f7e50d532f77dd47ca2bd6234.tar.bz2
Only tkWin.h should include windows.h unless we have an explicit override of
the WINVER macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfa2961..790565f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-12-10 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * win/ttkWinMonitor.c: Only tkWin.h should include windows.h
+ * win/ttkWinTheme.c: unless we have an explicit override of
+ * tin/ttkWinXPTheme.c: the WINVER macro.
+
* win/rules.vc: Handle MSVC 9 (aka: Visual Studio 2008)
* tests/safe.test: Update for 'unload' as a safe command (tcl 8.5b3+)