diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-16 14:04:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-16 14:04:02 (GMT) |
commit | 79c0ebdad2faa35f18303ba802eba9897e04e144 (patch) | |
tree | 12802126bb2b26412a140df7988c0405465ea746 /generic/tclIntPlatDecls.h | |
parent | 551367d26fffabaf2176de988521a98184f49ad0 (diff) | |
download | tcl-79c0ebdad2faa35f18303ba802eba9897e04e144.zip tcl-79c0ebdad2faa35f18303ba802eba9897e04e144.tar.gz tcl-79c0ebdad2faa35f18303ba802eba9897e04e144.tar.bz2 |
Fix compiler warnings in win32/cygwin build.
Diffstat (limited to 'generic/tclIntPlatDecls.h')
-rw-r--r-- | generic/tclIntPlatDecls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h index f935efb..fc20d09 100644 --- a/generic/tclIntPlatDecls.h +++ b/generic/tclIntPlatDecls.h @@ -847,7 +847,7 @@ extern TclIntPlatStubs *tclIntPlatStubsPtr; #undef TclpLocaltime_unix #undef TclpGmtime_unix -#if defined(__WIN32__) || defined(__CYGWIN__) +#if defined(__WIN32__) # undef TclWinNToHS # undef TclWinGetServByName # undef TclWinGetSockOpt |