Skip to content

Commit

Permalink
Move FILE_CASE_SENSITIVE_INFO to Windows.Win32.Storage.FileSystem. Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Aug 20, 2024
1 parent 3fabe4d commit a133cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions generation/WinSDK/requiredNamespacesForNames.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a133cf4

Please sign in to comment.