summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-15 08:44:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-15 08:44:50 (GMT)
commit5aa029e092e22af619bda9d024d4883a637f598a (patch)
treeecf34bbcff3051bb4ef9d706289d78268fd42763 /win/tclWinPort.h
parent368a70fb725d84b0997d6b9826a3851c87035e8c (diff)
parent17c90c83d4e0dda77c45f716df7eb3e37a7171da (diff)
downloadtcl-5aa029e092e22af619bda9d024d4883a637f598a.zip
tcl-5aa029e092e22af619bda9d024d4883a637f598a.tar.gz
tcl-5aa029e092e22af619bda9d024d4883a637f598a.tar.bz2
[Bug 3388350] mingw64 compiler warnings
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r--win/tclWinPort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h
index 1c88ab2..f29b560 100644
--- a/win/tclWinPort.h
+++ b/win/tclWinPort.h
@@ -107,7 +107,7 @@
/*
* Not all mingw32 versions have this struct.
*/
-#if !defined(__BORLANDC__) && !defined(_MSC_VER) && !defined(_WIN64) && !defined(HAVE_STRUCT_STAT32I64)
+#if !defined(__BORLANDC__) && !defined(_MSC_VER) && !defined(_WIN64) && !defined(HAVE_STRUCT_STAT32I64) && defined(BUILD_tcl)
struct _stat32i64 {
dev_t st_dev;
ino_t st_ino;