summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-03-07 02:08:32 (GMT)
committermdejong <mdejong>2002-03-07 02:08:32 (GMT)
commit129c51ddc0f82377e4e4ef3600ab4639035192e1 (patch)
treee3d5d25b8fc9d06638a6af9192d5451260ba7893 /ChangeLog
parentb19ac659c5733dd06776232de8a0d012e49a0c4a (diff)
downloadtk-129c51ddc0f82377e4e4ef3600ab4639035192e1.zip
tk-129c51ddc0f82377e4e4ef3600ab4639035192e1.tar.gz
tk-129c51ddc0f82377e4e4ef3600ab4639035192e1.tar.bz2
* win/tkWinX.c: Define _WIN32_IE as 0x0300
before including commctrl.h so that we can access the InitCommonControlsEx API when building Tk with mingw.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e41a93f..ab60253 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-03-06 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/tkWinX.c: Define _WIN32_IE as 0x0300
+ before including commctrl.h so that we can
+ access the InitCommonControlsEx API when
+ building Tk with mingw.
+
2002-03-06 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* README, generic/tk.h, unix/configure.in, unix/tk.spec: