Skip to content

Commit

Permalink
CHAR should be signed, not unsigned. Fixed #1811.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jan 17, 2024
1 parent fd3adca commit 12d9e5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generation/WinSDK/autoTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@
{
"Namespace": "Windows.Win32.Foundation",
"Name": "CHAR",
"ValueType": "byte",
"ValueType": "sbyte",
"NativeTypedef": true
},
{
Expand Down
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -977,3 +977,5 @@ Windows.Win32.Storage.Packaging.Appx.Apis.GetCurrentPackageInfo3 added
Windows.Win32.Storage.Packaging.Appx.PackageInfo3Type added
Windows.Win32.Storage.Packaging.Appx.PackageInfo3Type.PackageInfo3Type_PackageInfoGeneration added
Windows.Win32.UI.WindowsAndMessaging.Apis.IsWindowArranged added
# Fixed #1811.
Windows.Win32.Foundation.CHAR.Value...System.Byte => System.SByte

0 comments on commit 12d9e5a

Please sign in to comment.