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 | 38a6237471b9e9b41e78f87edc89e7bd410f1ce2 (patch) | |
tree | c0063335558a706b97c29336f99838d10173b24c /win/tclWinPort.h | |
parent | 4c72498e39acb8c9846f67f0f054ba5246418310 (diff) | |
parent | bd1cc1c83ec45b7fd8c5f16124e467c0b6879601 (diff) | |
download | tcl-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.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 */ |