diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-11-07 15:28:22 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-11-07 15:28:22 (GMT) |
| commit | e12b42b627cc324da09531801280924ea063035e (patch) | |
| tree | 9b70cd69b1a43b0248e71fea670f17815be7b88f | |
| parent | 498f924b525e891994130a3c6fc56486b197c5e1 (diff) | |
| download | tcl-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.in | 1 |
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> |
