summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--win/tkWinX.c4
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 55c9232..94de385 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
-2013-09-14 Jan Nijtmans <nijtmans@users.sf.net>
+2010-09-16 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinX.c (_WIN32_IE): update to IE5.5 base expectation
+
+2010-09-14 Jan Nijtmans <nijtmans@users.sf.net>
* win/rules.vc [FRQ 2965056]: Windows build with -DUNICODE
* win/Makefile.in
-2013-09-13 Jan Nijtmans <nijtmans@users.sf.net>
+2010-09-13 Jan Nijtmans <nijtmans@users.sf.net>
* win/tkWin.h Move definitions of WINVER/_WIN32_WINNT
* win/tkWinDialog.h to one place, now that we only support
diff --git a/win/tkWinX.c b/win/tkWinX.c
index c093474..10a764e 100644
--- a/win/tkWinX.c
+++ b/win/tkWinX.c
@@ -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: tkWinX.c,v 1.68 2010/09/13 08:11:59 nijtmans Exp $
+ * RCS: @(#) $Id: tkWinX.c,v 1.69 2010/09/16 21:05:12 hobbs Exp $
*/
/* TODO: This file does not compile in UNICODE mode.
@@ -28,7 +28,7 @@
*/
#ifndef _WIN32_IE
-#define _WIN32_IE 0x0300
+#define _WIN32_IE 0x0550 /* IE 5.5 */
#endif
#include <commctrl.h>