diff options
Diffstat (limited to 'winsup/cygwin/local_includes/ntdll.h')
-rw-r--r-- | winsup/cygwin/local_includes/ntdll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/local_includes/ntdll.h b/winsup/cygwin/local_includes/ntdll.h index 4497fe5..97a83d1 100644 --- a/winsup/cygwin/local_includes/ntdll.h +++ b/winsup/cygwin/local_includes/ntdll.h @@ -268,6 +268,7 @@ typedef enum _FILE_INFORMATION_CLASS FileLinkInformationExBypassAccessCheck, // 73 FileStorageReserveIdInformation, // 74 FileCaseSensitiveInformationForceAccessCheck, // 75 + FileKnownFolderInformation, // 76 FileMaximumInformation } FILE_INFORMATION_CLASS, *PFILE_INFORMATION_CLASS; |