Skip to content

Commit

Permalink
Rename KNONVOLATILE_CONTEXT_POINTERS_ARM64 to KNONVOLATILE_CONTEXT_PO…
Browse files Browse the repository at this point in the history
…INTERS. Fixed #480.
  • Loading branch information
mikebattista committed May 7, 2024
1 parent 9b49872 commit 496dd01
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion generation/WinSDK/scraper.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -11504,7 +11504,6 @@ _TASKDIALOG_FLAGS=TASKDIALOG_FLAGS
_SIIGBF=SIIGBF
_SLIST_ENTRY=SLIST_ENTRY
_MARK_HANDLE_INFO32=MARK_HANDLE_INFO32
_KNONVOLATILE_CONTEXT_POINTERS_ARM64=KNONVOLATILE_CONTEXT_POINTERS_ARM64
_SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION=SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION
_FS_BPIO_OPERATIONS=FS_BPIO_OPERATIONS
_FS_BPIO_INFLAGS=FS_BPIO_INFLAGS
Expand Down
5 changes: 5 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ Windows.Win32.System.Diagnostics.Etw.REGHANDLE added
Windows.Win32.System.Variant.VARENUM : [Documentation(https://learn.microsoft.com/windows/win32/api/wtypes/ne-wtypes-varenum)] => [Documentation(https://learn.microsoft.com/windows/win32/api/wtypes/ne-wtypes-varenum),Flags]
# Fixed #1892.
Windows.Win32.Storage.Compression.Apis.CloseDecompressor : DecompressorHandle...IntPtr => DECOMPRESSOR_HANDLE
Windows.Win32.Storage.Compression.Apis.CreateDecompressor : DecompressorHandle...IntPtr* => DECOMPRESSOR_HANDLE*
Windows.Win32.Storage.Compression.Apis.Decompress : DecompressorHandle...IntPtr => DECOMPRESSOR_HANDLE
Windows.Win32.Storage.Compression.Apis.QueryDecompressorInformation : DecompressorHandle...IntPtr => DECOMPRESSOR_HANDLE
Windows.Win32.Storage.Compression.Apis.ResetDecompressor : DecompressorHandle...IntPtr => DECOMPRESSOR_HANDLE
Expand All @@ -897,3 +898,7 @@ Windows.Win32.Networking.WinSock.LPWSPEVENTSELECT.Invoke : hEventObject...HANDLE
Windows.Win32.Networking.WinSock.WSAEVENT : [InvalidHandleValue(-1),InvalidHandleValue(0),NativeTypedef,RAIIFree(WSACloseEvent)] => [InvalidHandleValue(0),NativeTypedef,RAIIFree(WSACloseEvent)]
# Fixed #1813.
Windows.Win32.System.Com.Apis.CLSID_GlobalOptions added
# Fixed #480.
Windows.Win32.System.Diagnostics.Debug.Apis.RtlVirtualUnwind(Arm64) : ContextPointers...KNONVOLATILE_CONTEXT_POINTERS_ARM64* => KNONVOLATILE_CONTEXT_POINTERS*
Windows.Win32.System.Diagnostics.Debug.KNONVOLATILE_CONTEXT_POINTERS_ARM64(Arm64) removed
Windows.Win32.System.Diagnostics.Debug.KNONVOLATILE_CONTEXT_POINTERS(Arm64) added
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
--additional
-D_ARM64_=1
--remap
_KNONVOLATILE_CONTEXT_POINTERS_ARM64=KNONVOLATILE_CONTEXT_POINTERS
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,5 @@ Gdiplus::Matrix=GpMatrix
Gdiplus::BrushType=GpBrushType
Gdiplus::MatrixOrder=GpMatrixOrder
Gdiplus::FlushIntention=GpFlushIntention
Gdiplus::PathData=GpPathData
Gdiplus::PathData=GpPathData
_KNONVOLATILE_CONTEXT_POINTERS_ARM64=KNONVOLATILE_CONTEXT_POINTERS_ARM64

0 comments on commit 496dd01

Please sign in to comment.