diff options
author | nijtmans <nijtmans> | 2010-09-13 08:11:57 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-09-13 08:11:57 (GMT) |
commit | 1e5b720a72ebcd64290aee0d27fad33f73f6c169 (patch) | |
tree | 708de8d11188c470730291392fbc6e0729ace80d /win/tkWinMenu.c | |
parent | 2d9b29197a1dbb4d152e669eb2e51f156a2c29cd (diff) | |
download | tk-1e5b720a72ebcd64290aee0d27fad33f73f6c169.zip tk-1e5b720a72ebcd64290aee0d27fad33f73f6c169.tar.gz tk-1e5b720a72ebcd64290aee0d27fad33f73f6c169.tar.bz2 |
Move definitions of WINVER/_WIN32_WINNT to one place, now that we only support Win2000+
Diffstat (limited to 'win/tkWinMenu.c')
-rw-r--r-- | win/tkWinMenu.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tkWinMenu.c b/win/tkWinMenu.c index 367d916..6760e14 100644 --- a/win/tkWinMenu.c +++ b/win/tkWinMenu.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: tkWinMenu.c,v 1.74 2010/09/10 08:59:25 nijtmans Exp $ + * RCS: @(#) $Id: tkWinMenu.c,v 1.75 2010/09/13 08:11:59 nijtmans Exp $ */ /* TODO: This file does not compile in UNICODE mode. @@ -19,8 +19,6 @@ #undef UNICODE #undef _UNICODE -#define WINVER 0x0500 /* Requires Windows 2K definitions */ -#define _WIN32_WINNT 0x0500 #define OEMRESOURCE #include "tkWinInt.h" #include "tkMenu.h" |