Skip to content

Commit

Permalink
Use IntPtr for handles
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 committed May 2, 2024
1 parent e05fddd commit 169a598
Show file tree
Hide file tree
Showing 10 changed files with 495 additions and 495 deletions.
Binary file modified build/cache/wic.json.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions generator.json
Original file line number Diff line number Diff line change
Expand Up @@ -2028,9 +2028,9 @@
"tagSTATSTG": "Silk.NET.Core.Win32Extras.STATSTG",
"tagPROPVARIANT": "Silk.NET.Core.Win32Extras.PropVariant",
"tagPROPBAG2": "Silk.NET.Core.Win32Extras.PropBag2",
"HPALETTE__": "void*",
"HBITMAP__": "void*",
"HICON__": "void*",
"HPALETTE__": "IntPtr",
"HBITMAP__": "IntPtr",
"HICON__": "IntPtr",
"WICRect": "Silk.NET.Maths.Rectangle<int>"
},
{
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

336 changes: 168 additions & 168 deletions src/Microsoft/Silk.NET.Direct2D/WindowsCodecs/WindowsCodecs.gen.cs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 169a598

Please sign in to comment.