summaryrefslogtreecommitdiffstats
path: root/win/tkWin.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/tkWin.h')
-rw-r--r--win/tkWin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tkWin.h b/win/tkWin.h
index d97adc7..00d3486 100644
--- a/win/tkWin.h
+++ b/win/tkWin.h
@@ -22,10 +22,10 @@
*/
#ifndef WINVER
-#define WINVER 0x0410
+#define WINVER 0x0500
#endif
-#ifndef _WIN32_WINDOWS
-#define _WIN32_WINDOWS 0x0410
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0500
#endif
#ifndef _TK