diff options
author | nijtmans <nijtmans> | 2010-12-13 21:23:59 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-12-13 21:23:59 (GMT) |
commit | 716be31fd7cb8acae5bba8b10425b904f8ace0dc (patch) | |
tree | b2163166f4f1a1b642799c861fc05ecf29b4d279 /win/tkWinX.c | |
parent | 899c51483b58eceb78b4fc34ae8b0c6ff59d8db6 (diff) | |
download | tk-716be31fd7cb8acae5bba8b10425b904f8ace0dc.zip tk-716be31fd7cb8acae5bba8b10425b904f8ace0dc.tar.gz tk-716be31fd7cb8acae5bba8b10425b904f8ace0dc.tar.bz2 |
Cross-compile support for Win and UNIX (backported)
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r-- | win/tkWinX.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c index d99f1ec..62b2670 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.57.2.3 2010/05/20 22:43:23 dkf Exp $ + * RCS: @(#) $Id: tkWinX.c,v 1.57.2.4 2010/12/13 21:23:59 nijtmans Exp $ */ /* @@ -30,7 +30,7 @@ */ #ifndef _WIN32_IE -#define _WIN32_IE 0x0300 +#define _WIN32_IE 0x0501 /* IE 5 */ #endif #include <commctrl.h> |