summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-09-16 21:05:12 (GMT)
committerhobbs <hobbs>2010-09-16 21:05:12 (GMT)
commit56f77a1306466bf190648e24688029475b00b7be (patch)
tree03406a0d14bec5146690c17c718db5ae1119e21b /win/tkWinX.c
parent489243375bc1695860d1034b6f519b93c589835c (diff)
downloadtk-56f77a1306466bf190648e24688029475b00b7be.zip
tk-56f77a1306466bf190648e24688029475b00b7be.tar.gz
tk-56f77a1306466bf190648e24688029475b00b7be.tar.bz2
win/tkWinX.c (_WIN32_IE): update to IE5.5 base expectation
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r--win/tkWinX.c4
1 files changed, 2 insertions, 2 deletions
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>