Windows: disable short names in redirector option
[openafs.git] / src / WINNT / afsrdr / common / AFSRedirCommonDefines.h
index 5d7753e..d98c015 100644 (file)
@@ -243,6 +243,7 @@ static inline void AFSBreakPoint() {
 
 #define AFS_DEVICE_FLAG_HIDE_DOT_NAMES          0x00000001
 #define AFS_DEVICE_FLAG_REDIRECTOR_SHUTDOWN     0x00000002
+#define AFS_DEVICE_FLAG_DISABLE_SHORTNAMES      0x00000004
 
 #endif