summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-03 22:56:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-03 22:56:24 (GMT)
commit20c67d8109205fb42d5bd4c5ea2b7b2848c93989 (patch)
tree8ead415eda57638a37ac9708fff518a793f85700
parent02b3c85edaf8ff8a0878716a4b426629fceb32ac (diff)
downloadtcl-20c67d8109205fb42d5bd4c5ea2b7b2848c93989.zip
tcl-20c67d8109205fb42d5bd4c5ea2b7b2848c93989.tar.gz
tcl-20c67d8109205fb42d5bd4c5ea2b7b2848c93989.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 377aea3..2eb261d 100644
--- a/win/tclWinPort.h
+++ b/win/tclWinPort.h
@@ -513,6 +513,10 @@ EXTERN Tcl_WideUInt strtoull _ANSI_ARGS_((CONST char *string,
#define INVALID_SET_FILE_POINTER 0xFFFFFFFF
#endif /* INVALID_SET_FILE_POINTER */
+#ifndef LABEL_SECURITY_INFORMATION
+# define LABEL_SECURITY_INFORMATION (0x00000010L)
+#endif
+
#include "tclPlatDecls.h"
#include "tclIntPlatDecls.h"