https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ad6700ac566e7c5cc7bb7d1ef573652299256885
commit ad6700ac566e7c5cc7bb7d1ef573652299256885 Author: Corinna Vinschen <[email protected]> AuthorDate: Mon Mar 24 21:00:53 2025 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Mon Mar 24 21:28:43 2025 +0100 Cygwin: ntdll.h: enum _FILE_INFORMATION_CLASS: add FileKnownFolderInformation ...for completeness. Introduced with Windows Server 2022. Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/local_includes/ntdll.h | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/cygwin/local_includes/ntdll.h b/winsup/cygwin/local_includes/ntdll.h index 4497fe53f9b5..97a83d1e3be0 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;
