summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
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)
commit38a6237471b9e9b41e78f87edc89e7bd410f1ce2 (patch)
treec0063335558a706b97c29336f99838d10173b24c /win/tclWinPort.h
parent4c72498e39acb8c9846f67f0f054ba5246418310 (diff)
parentbd1cc1c83ec45b7fd8c5f16124e467c0b6879601 (diff)
downloadtcl-38a6237471b9e9b41e78f87edc89e7bd410f1ce2.zip
tcl-38a6237471b9e9b41e78f87edc89e7bd410f1ce2.tar.gz
tcl-38a6237471b9e9b41e78f87edc89e7bd410f1ce2.tar.bz2
mingw doesn't have LABEL_SECURITY_INFORMATION definition
Diffstat (limited to 'win/tclWinPort.h')
-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 */