summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-03 22:59:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-03 22:59:52 (GMT)
commitf6491ee624f67b79e27052355b92065d83cf48ec (patch)
treec0063335558a706b97c29336f99838d10173b24c
parentda5f0a7d00189cc96fa27b38edfa994ff3db3f7c (diff)
parent20c67d8109205fb42d5bd4c5ea2b7b2848c93989 (diff)
downloadtcl-f6491ee624f67b79e27052355b92065d83cf48ec.zip
tcl-f6491ee624f67b79e27052355b92065d83cf48ec.tar.gz
tcl-f6491ee624f67b79e27052355b92065d83cf48ec.tar.bz2
mingw doesn't have LABEL_SECURITY_INFORMATION definition
-rw-r--r--win/tclWinPort.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h
index c5a726a..ee29a1a 100644
--- a/win/tclWinPort.h
+++ b/win/tclWinPort.h
@@ -517,4 +517,8 @@
#define INVALID_SET_FILE_POINTER 0xFFFFFFFF
#endif /* INVALID_SET_FILE_POINTER */
+#ifndef LABEL_SECURITY_INFORMATION
+# define LABEL_SECURITY_INFORMATION (0x00000010L)
+#endif
+
#endif /* _TCLWINPORT */