From 0c254e968229c9bc7eff66532569fa0f9ff3be5f Mon Sep 17 00:00:00 2001 From: nijtmans Date: Mon, 13 Sep 2010 08:14:57 +0000 Subject: Move definitions of WINVER/_WIN32_WINNT to one place, now that we only support Win2000+ --- win/tkWin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/tkWin.h b/win/tkWin.h index 08d6184..19ec9cc 100644 --- a/win/tkWin.h +++ b/win/tkWin.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWin.h,v 1.17 2010/09/13 08:11:59 nijtmans Exp $ + * RCS: @(#) $Id: tkWin.h,v 1.18 2010/09/13 08:14:57 nijtmans Exp $ */ #ifndef _TKWIN @@ -20,7 +20,7 @@ * the SystemParametersInfo API doesn't like to receive structures that * are larger than it expects which affects the font assignements. * - * WINVER = 0x0410 means Windows 98 and above + * WINVER = 0x0500 means Windows 2000 and above */ #ifndef WINVER -- cgit v0.12