From 7ba4645e08b43df72712f9266336efe3d9badfba Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 21 Jan 2013 22:44:53 +0000 Subject: Make it work on mingw as well --- win/tclWinPort.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win/tclWinPort.h b/win/tclWinPort.h index 516eb16..c8013e6 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -26,6 +26,9 @@ #ifndef _WIN32_WINNT # define _WIN32_WINNT 0x0501 #endif +#ifndef __MSVCRT_VERSION__ +# define __MSVCRT_VERSION__ 0x0601 +#endif #define WIN32_LEAN_AND_MEAN #include -- cgit v0.12