Skip to content

Commit

Permalink
SetErrorMode should return THREAD_ERROR_MODE. Fixed #1841.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Feb 8, 2024
1 parent 97cb88f commit 29f5f69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -5754,6 +5754,10 @@
{
"method": "SetErrorMode",
"parameter": "uMode"
},
{
"method": "SetErrorMode",
"parameter": "return"
}
]
},
Expand Down
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ Windows.Win32.Devices.Fax.PFAXSTARTPRINTJOBA.Invoke : FaxContextInfo : [In,Out]
Windows.Win32.Devices.Fax.PFAXSTARTPRINTJOBA.Invoke : FaxJobId : [In,Out] => [Out]
Windows.Win32.Devices.Fax.PFAXSTARTPRINTJOBW.Invoke : FaxContextInfo : [In,Out] => [Out]
Windows.Win32.Devices.Fax.PFAXSTARTPRINTJOBW.Invoke : FaxJobId : [In,Out] => [Out]
# Fixed #1841.
Windows.Win32.System.Diagnostics.Debug.Apis.SetErrorMode : return...UInt32 => THREAD_ERROR_MODE

0 comments on commit 29f5f69

Please sign in to comment.