diff options
-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 */ |