Skip to content

Commit

Permalink
REGISTER_NOTIFICATION_FLAGS missing flags attribute. Fixed #1640.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jul 24, 2023
1 parent 9802e1a commit 0de3e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -11480,6 +11480,7 @@
},
{
"name": "REGISTER_NOTIFICATION_FLAGS",
"flags": true,
"members": [
{
"name": "DEVICE_NOTIFY_SERVICE_HANDLE",
Expand Down
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61918,3 +61918,5 @@ Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_FORCE removed
Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_FORCEIFHUNG removed
Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_QUICKRESOLVE removed
Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_SYSTEM_INITIATED removed
# Fixed #1640.
Windows.Win32.UI.WindowsAndMessaging.REGISTER_NOTIFICATION_FLAGS : => [Flags]

0 comments on commit 0de3e54

Please sign in to comment.