summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-04-16 14:12:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-04-16 14:12:19 (GMT)
commit213fb16f796e25f0c88151bdc79930aa44058d59 (patch)
tree639d07ad4bf1882f504f3b97ed94406b9b78e0bf /generic/tclIntPlatDecls.h
parentba983af978b8a50b61dd8dbebf32bdeed71a9837 (diff)
parent79c0ebdad2faa35f18303ba802eba9897e04e144 (diff)
downloadtcl-213fb16f796e25f0c88151bdc79930aa44058d59.zip
tcl-213fb16f796e25f0c88151bdc79930aa44058d59.tar.gz
tcl-213fb16f796e25f0c88151bdc79930aa44058d59.tar.bz2
Fix compiler warnings in win32/cygwin build
Diffstat (limited to 'generic/tclIntPlatDecls.h')
-rw-r--r--generic/tclIntPlatDecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h
index eb02bb7..ac06787 100644
--- a/generic/tclIntPlatDecls.h
+++ b/generic/tclIntPlatDecls.h
@@ -550,7 +550,7 @@ extern const TclIntPlatStubs *tclIntPlatStubsPtr;
#undef TclpInetNtoa
#define TclpInetNtoa inet_ntoa
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32)
# undef TclWinNToHS
# undef TclWinGetServByName
# undef TclWinGetSockOpt