diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-03 22:59:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-03 22:59:52 (GMT) |
commit | f6491ee624f67b79e27052355b92065d83cf48ec (patch) | |
tree | c0063335558a706b97c29336f99838d10173b24c /win | |
parent | da5f0a7d00189cc96fa27b38edfa994ff3db3f7c (diff) | |
parent | 20c67d8109205fb42d5bd4c5ea2b7b2848c93989 (diff) | |
download | tcl-f6491ee624f67b79e27052355b92065d83cf48ec.zip tcl-f6491ee624f67b79e27052355b92065d83cf48ec.tar.gz tcl-f6491ee624f67b79e27052355b92065d83cf48ec.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 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 */ |