diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-03 22:56:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-03 22:56:24 (GMT) |
commit | 20c67d8109205fb42d5bd4c5ea2b7b2848c93989 (patch) | |
tree | 8ead415eda57638a37ac9708fff518a793f85700 /win | |
parent | 02b3c85edaf8ff8a0878716a4b426629fceb32ac (diff) | |
download | tcl-20c67d8109205fb42d5bd4c5ea2b7b2848c93989.zip tcl-20c67d8109205fb42d5bd4c5ea2b7b2848c93989.tar.gz tcl-20c67d8109205fb42d5bd4c5ea2b7b2848c93989.tar.bz2 |
mingw doesn't have LABEL_SECURITY_INFORMATION definition
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinPort.h | 4 |
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" |