Skip to content

Commit

Permalink
Fix naming conflict for ProgressNotification
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 committed Sep 23, 2023
1 parent 1295dc2 commit 50951e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified build/cache/wic.json.gz
Binary file not shown.
4 changes: 3 additions & 1 deletion generator.json
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,9 @@
"ID2D1Device",
"ID2D1Image"
],
"rename": {},
"rename": {
"WICProgressNotification": "ProgressNotificationEnum"
},
"bakery": {
"profileNames": [
"silk.net.windowscodecs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.WindowsCodecs
{
[Flags]
[NativeName("Name", "WICProgressNotification")]
public enum ProgressNotification : int
public enum ProgressNotificationEnum : int
{
[NativeName("Name", "")]
None = 0,
Expand Down

0 comments on commit 50951e6

Please sign in to comment.