summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-09-13 08:11:57 (GMT)
committernijtmans <nijtmans>2010-09-13 08:11:57 (GMT)
commit1e5b720a72ebcd64290aee0d27fad33f73f6c169 (patch)
tree708de8d11188c470730291392fbc6e0729ace80d /win/tkWinX.c
parent2d9b29197a1dbb4d152e669eb2e51f156a2c29cd (diff)
downloadtk-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/tkWinX.c')
-rw-r--r--win/tkWinX.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c
index 1de32fc..c093474 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.67 2010/09/10 08:59:26 nijtmans Exp $
+ * RCS: @(#) $Id: tkWinX.c,v 1.68 2010/09/13 08:11:59 nijtmans Exp $
*/
/* TODO: This file does not compile in UNICODE mode.
@@ -19,14 +19,6 @@
#undef UNICODE
#undef _UNICODE
-/*
- * Make sure the SendInput API is available (NT SP 3):
- */
-#if (_WIN32_WINNT <= 0x0400)
-#undef _WIN32_WINNT
-#define _WIN32_WINNT 0x0403
-#endif
-
#include "tkWinInt.h"
/*