summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-11-07 15:28:22 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-11-07 15:28:22 (GMT)
commite12b42b627cc324da09531801280924ea063035e (patch)
tree9b70cd69b1a43b0248e71fea670f17815be7b88f
parent498f924b525e891994130a3c6fc56486b197c5e1 (diff)
downloadtcl-e12b42b627cc324da09531801280924ea063035e.zip
tcl-e12b42b627cc324da09531801280924ea063035e.tar.gz
tcl-e12b42b627cc324da09531801280924ea063035e.tar.bz2
needed for complation with mingw-w64 (autoconf still to be run)
-rw-r--r--win/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/configure.in b/win/configure.in
index f839521..635469b 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -119,6 +119,7 @@ AC_CACHE_CHECK(for LPFN_ACCEPT support in winsock2.h,
tcl_cv_lpfn_decls,
AC_TRY_COMPILE([
#define WIN32_LEAN_AND_MEAN
+#define INCL_WINSOCK_API_TYPEDEFS 1
#include <windows.h>
#undef WIN32_LEAN_AND_MEAN
#include <winsock2.h>