Skip to content

Commit

Permalink
Missing ID... constants. Fixed #1766.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed May 8, 2024
1 parent 496dd01 commit 661e192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generation/WinSDK/manual/WindowsAndMessaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public static unsafe partial class Apis

[NativeTypeName("LPCWSTR")]
public const ushort RT_MANIFEST = 24;

public const int IDC_STATIC = -1;
}

[UnmanagedFunctionPointer]
Expand Down
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -902,3 +902,5 @@ Windows.Win32.System.Com.Apis.CLSID_GlobalOptions added
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
# Fixed #1766.
Windows.Win32.UI.WindowsAndMessaging.Apis.IDC_STATIC added

0 comments on commit 661e192

Please sign in to comment.