summaryrefslogtreecommitdiffstats
path: root/win/tkWin.h
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-09-13 08:14:57 (GMT)
committernijtmans <nijtmans>2010-09-13 08:14:57 (GMT)
commit0c254e968229c9bc7eff66532569fa0f9ff3be5f (patch)
tree2ce250694ff3b82a2b448891f2f758089939d2c8 /win/tkWin.h
parent1e5b720a72ebcd64290aee0d27fad33f73f6c169 (diff)
downloadtk-0c254e968229c9bc7eff66532569fa0f9ff3be5f.zip
tk-0c254e968229c9bc7eff66532569fa0f9ff3be5f.tar.gz
tk-0c254e968229c9bc7eff66532569fa0f9ff3be5f.tar.bz2
Move definitions of WINVER/_WIN32_WINNT to one place, now that we only support Win2000+
Diffstat (limited to 'win/tkWin.h')
-rw-r--r--win/tkWin.h4
1 files 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