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/tkWinDialog.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/tkWinDialog.c')
-rw-r--r-- | win/tkWinDialog.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 97248bc..4a09bae 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinDialog.c,v 1.76 2010/09/10 08:59:26 nijtmans Exp $ + * RCS: @(#) $Id: tkWinDialog.c,v 1.77 2010/09/13 08:11:59 nijtmans Exp $ * */ @@ -18,8 +18,6 @@ #undef UNICODE #undef _UNICODE -#define WINVER 0x0500 /* Requires Windows 2K definitions */ -#define _WIN32_WINNT 0x0500 #include "tkWinInt.h" #include "tkFileFilter.h" #include "tkFont.h" |