From a133cf43996797cc03c87bca70842bbaa3fcd84f Mon Sep 17 00:00:00 2001 From: Mike Battista <13860912+mikebattista@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:52:03 -0700 Subject: [PATCH] Move FILE_CASE_SENSITIVE_INFO to Windows.Win32.Storage.FileSystem. Fixed #1943. --- generation/WinSDK/requiredNamespacesForNames.rsp | 1 + scripts/ChangesSinceLastRelease.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/generation/WinSDK/requiredNamespacesForNames.rsp b/generation/WinSDK/requiredNamespacesForNames.rsp index 0716b223..2b4c33a9 100644 --- a/generation/WinSDK/requiredNamespacesForNames.rsp +++ b/generation/WinSDK/requiredNamespacesForNames.rsp @@ -909,6 +909,7 @@ FILE_ALIGNMENT_INFO=Windows.Win32.Storage.FileSystem FILE_ALLOCATION_INFO=Windows.Win32.Storage.FileSystem FILE_ATTRIBUTE_TAG_INFO=Windows.Win32.Storage.FileSystem FILE_BASIC_INFO=Windows.Win32.Storage.FileSystem +FILE_CASE_SENSITIVE_INFO=Windows.Win32.Storage.FileSystem FILE_COMPRESSION_INFO=Windows.Win32.Storage.FileSystem FILE_DISPOSITION_INFO_EX=Windows.Win32.Storage.FileSystem FILE_DISPOSITION_INFO=Windows.Win32.Storage.FileSystem diff --git a/scripts/ChangesSinceLastRelease.txt b/scripts/ChangesSinceLastRelease.txt index e29edc1c..f0a9a534 100644 --- a/scripts/ChangesSinceLastRelease.txt +++ b/scripts/ChangesSinceLastRelease.txt @@ -1222,3 +1222,5 @@ Windows.Win32.Networking.WinSock.Apis.WSAResetEvent : hEvent...HANDLE => WSAEVEN Windows.Win32.Networking.WinSock.Apis.WSASetEvent : hEvent...HANDLE => WSAEVENT # Fixed #1955. Windows.Win32.Media.MediaFoundation.Apis.MFCreateAttributes : ppMFAttributes : [Out] => [ComOutPtr,Out] +# Move FILE_CASE_SENSITIVE_INFO to Windows.Win32.Storage.FileSystem #1943 +Windows.Win32.System.WindowsProgramming.FILE_CASE_SENSITIVE_INFO => Windows.Win32.Storage.FileSystem.FILE_CASE_SENSITIVE_INFO