From 56f77a1306466bf190648e24688029475b00b7be Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 16 Sep 2010 21:05:12 +0000 Subject: win/tkWinX.c (_WIN32_IE): update to IE5.5 base expectation --- ChangeLog | 8 ++++++-- win/tkWinX.c | 4 ++-- 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 +2010-09-16 Jeff Hobbs + + * win/tkWinX.c (_WIN32_IE): update to IE5.5 base expectation + +2010-09-14 Jan Nijtmans * win/rules.vc [FRQ 2965056]: Windows build with -DUNICODE * win/Makefile.in -2013-09-13 Jan Nijtmans +2010-09-13 Jan Nijtmans * 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 -- cgit v0.12